#6AC5CE

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

Shades of Seagull #6AC5CE

Tints of Seagull #6AC5CE

Color information

#6AC5CE (or 0x6AC5CE) is unknown color: approx Seagull. HEX triplet: 6A, C5 and CE. RGB value is (106,197,206). Sum of RGB (Red+Green+Blue) = 106+197+206=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AC5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC5CE is #953A31. Grayscale: #AAAAAA. Windows color (decimal): -9779762 or 13550954. OLE color: 13550954.

HSL color Cylindrical-coordinate representation of color #6AC5CE: hue angle of 185.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AC5CE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106197206-
CMYK0.490.0400.19
HSL185.4º50.51%61.18%-
HSV(B)185.4º48.54%80.78%-
XYZ37.0547.4565.6-
YUV170.82147.8581.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.83%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=20.83%
G=38.70%
B=40.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061972060.490.0400.19185.450.5161.18
Hex6AC5CE314013b9333d
Octal1523053166140232716375
Binary1101010110001011100111011000110001001110111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,197,206); }

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

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

 a { background-color: rgb(106,197,206); }

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

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

 span { border-color: rgb(106,197,206); }

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