#6FA8CD

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

Shades of Seagull #6FA8CD

Tints of Seagull #6FA8CD

Color information

#6FA8CD (or 0x6FA8CD) is unknown color: approx Seagull. HEX triplet: 6F, A8 and CD. RGB value is (111,168,205). Sum of RGB (Red+Green+Blue) = 111+168+205=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FA8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA8CD is #905732. Grayscale: #9A9A9A. Windows color (decimal): -9459507 or 13477999. OLE color: 13477999.

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

Color convert

RGB111168205-
CMYK0.460.1800.20
HSL203.62º48.45%61.96%-
HSV(B)203.62º45.85%80.39%-
XYZ31.5835.7963-
YUV155.18156.1296.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.93%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=22.93%
G=34.71%
B=42.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111682050.460.1800.20203.6248.4561.96
Hex6FA8CD2E12014cc303e
Octal15725031556220243146076
Binary110111110101000110011011011101001001010011001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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