#6BB4D0

Color #6BB4D0 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #6BB4D0

Tints of Seagull #6BB4D0

Color information

#6BB4D0 (or 0x6BB4D0) is unknown color: approx Seagull. HEX triplet: 6B, B4 and D0. RGB value is (107,180,208). Sum of RGB (Red+Green+Blue) = 107+180+208=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #6BB4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4D0 is #944B2F. Grayscale: #A1A1A1. Windows color (decimal): -9718576 or 13677675. OLE color: 13677675.

HSL color Cylindrical-coordinate representation of color #6BB4D0: hue angle of 196.63º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BB4D0 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107180208-
CMYK0.490.1300.18
HSL196.63º51.79%61.76%-
HSV(B)196.63º48.56%81.57%-
XYZ33.7740.3265.68-
YUV161.36154.3289.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 21.62%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=21.62%
G=36.36%
B=42.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1071802080.490.1300.18196.6351.7961.76
Hex6BB4D031D012c5343e
Octal15326432061150223056476
Binary11010111011010011010000110001110101001011000101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BB4D0; }

 p { color: rgb(107,180,208); }

 H1.HeaderClassName
 {
   color: #6BB4D0;
 }
 .AnyTagClassName
 {
   color: #6BB4D0;
 }
</style>
background-color css

<style>
 a { background-color: #6BB4D0; }

 a { background-color: rgb(107,180,208); }

 div.DivClassName
 {
   background-color: #6BB4D0;
 }
 .BgClassName
 {
   background-color: #6BB4D0;
 }
</style>
border-color css

<style>
 span { border-color: #6BB4D0; }

 span { border-color: rgb(107,180,208); }

 td.TdClassName
 {
   border-color: #6BB4D0;
 }
 .TagClassName
 {
   border-color: #6BB4D0;
 }
</style>