#6fb5cb

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

Shades of Seagull #6FB5CB

Tints of Seagull #6FB5CB

Color information

#6FB5CB (or 0x6FB5CB) is unknown color: approx Seagull. HEX triplet: 6F, B5 and CB. RGB value is (111,181,203). Sum of RGB (Red+Green+Blue) = 111+181+203=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FB5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5CB is #904A34. Grayscale: #A2A2A2. Windows color (decimal): -9456181 or 13350255. OLE color: 13350255.

HSL color Cylindrical-coordinate representation of color #6FB5CB: hue angle of 194.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FB5CB is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111181203-
CMYK0.450.1100.20
HSL194.35º46.94%61.57%-
HSV(B)194.35º45.32%79.61%-
XYZ33.8640.7462.58-
YUV162.58150.8191.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.42%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=22.42%
G=36.57%
B=41.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111812030.450.1100.20194.3546.9461.57
Hex6FB5CB2DB014c22f3e
Octal15726531355130243025776
Binary11011111011010111001011101101101101010011000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fb5cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,181,203); }

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

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

 a { background-color: rgb(111,181,203); }

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

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

 span { border-color: rgb(111,181,203); }

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