#6FB8CD

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

Shades of Seagull #6FB8CD

Tints of Seagull #6FB8CD

Color information

#6FB8CD (or 0x6FB8CD) is unknown color: approx Seagull. HEX triplet: 6F, B8 and CD. RGB value is (111,184,205). Sum of RGB (Red+Green+Blue) = 111+184+205=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FB8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8CD is #904732. Grayscale: #A4A4A4. Windows color (decimal): -9455411 or 13482095. OLE color: 13482095.

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

Color convert

RGB111184205-
CMYK0.460.1000.20
HSL193.4º48.45%61.96%-
HSV(B)193.4º45.85%80.39%-
XYZ34.7242.0764.05-
YUV164.57150.8289.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.2%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=22.2%
G=36.8%
B=41%

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
Decimal1111842050.460.1000.20193.448.4561.96
Hex6FB8CD2EA014c1303e
Octal15727031556120243016076
Binary11011111011100011001101101110101001010011000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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