#6FB9CD

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

Shades of Seagull #6FB9CD

Tints of Seagull #6FB9CD

Color information

#6FB9CD (or 0x6FB9CD) is unknown color: approx Seagull. HEX triplet: 6F, B9 and CD. RGB value is (111,185,205). Sum of RGB (Red+Green+Blue) = 111+185+205=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FB9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9CD is #904632. Grayscale: #A5A5A5. Windows color (decimal): -9455155 or 13482351. OLE color: 13482351.

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

Color convert

RGB111185205-
CMYK0.460.1000.20
HSL192.77º48.45%61.96%-
HSV(B)192.77º45.85%80.39%-
XYZ34.9242.4964.12-
YUV165.15150.4889.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.16%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=22.16%
G=36.93%
B=40.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111852050.460.1000.20192.7748.4561.96
Hex6FB9CD2EA014c1303e
Octal15727131556120243016076
Binary11011111011100111001101101110101001010011000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,185,205); }

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

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

 a { background-color: rgb(111,185,205); }

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

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

 span { border-color: rgb(111,185,205); }

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