#6CBCCF

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

Shades of Seagull #6CBCCF

Tints of Seagull #6CBCCF

Color information

#6CBCCF (or 0x6CBCCF) is unknown color: approx Seagull. HEX triplet: 6C, BC and CF. RGB value is (108,188,207). Sum of RGB (Red+Green+Blue) = 108+188+207=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CBCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCCF is #934330. Grayscale: #A6A6A6. Windows color (decimal): -9650993 or 13614188. OLE color: 13614188.

HSL color Cylindrical-coordinate representation of color #6CBCCF: hue angle of 191.52º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CBCCF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108188207-
CMYK0.480.0900.19
HSL191.52º50.77%61.76%-
HSV(B)191.52º47.83%81.18%-
XYZ35.4343.6665.59-
YUV166.2515186.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.47%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=21.47%
G=37.38%
B=41.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081882070.480.0900.19191.5250.7761.76
Hex6CBCCF309013c0333e
Octal15427431760110233006376
Binary11011001011110011001111110000100101001111000000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,207); }

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

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

 a { background-color: rgb(108,188,207); }

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

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

 span { border-color: rgb(108,188,207); }

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