#6FAFCB

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

Shades of Seagull #6FAFCB

Tints of Seagull #6FAFCB

Color information

#6FAFCB (or 0x6FAFCB) is unknown color: approx Seagull. HEX triplet: 6F, AF and CB. RGB value is (111,175,203). Sum of RGB (Red+Green+Blue) = 111+175+203=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFCB is #905034. Grayscale: #9E9E9E. Windows color (decimal): -9457717 or 13348719. OLE color: 13348719.

HSL color Cylindrical-coordinate representation of color #6FAFCB: hue angle of 198.26º 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 #6FAFCB is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111175203-
CMYK0.450.1400.20
HSL198.26º46.94%61.57%-
HSV(B)198.26º45.32%79.61%-
XYZ32.6738.3562.18-
YUV159.06152.893.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=22.70%
G=35.79%
B=41.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111752030.450.1400.20198.2646.9461.57
Hex6FAFCB2DE014c62f3e
Octal15725731355160243065776
Binary11011111010111111001011101101111001010011000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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