#6CBBD0

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

Shades of Seagull #6CBBD0

Tints of Seagull #6CBBD0

Color information

#6CBBD0 (or 0x6CBBD0) is unknown color: approx Seagull. HEX triplet: 6C, BB and D0. RGB value is (108,187,208). Sum of RGB (Red+Green+Blue) = 108+187+208=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CBBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBD0 is #93442F. Grayscale: #A5A5A5. Windows color (decimal): -9651248 or 13679468. OLE color: 13679468.

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

Color convert

RGB108187208-
CMYK0.480.1000.18
HSL192.6º51.55%61.96%-
HSV(B)192.6º48.08%81.57%-
XYZ35.3443.2866.17-
YUV165.77151.8386.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.47%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=21.47%
G=37.18%
B=41.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081872080.480.1000.18192.651.5561.96
Hex6CBBD030A012c1343e
Octal15427332060120223016476
Binary11011001011101111010000110000101001001011000001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,187,208); }

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

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

 a { background-color: rgb(108,187,208); }

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

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

 span { border-color: rgb(108,187,208); }

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