#6ABDCE

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

Shades of Seagull #6ABDCE

Tints of Seagull #6ABDCE

Color information

#6ABDCE (or 0x6ABDCE) is unknown color: approx Seagull. HEX triplet: 6A, BD and CE. RGB value is (106,189,206). Sum of RGB (Red+Green+Blue) = 106+189+206=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #6ABDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDCE is #954231. Grayscale: #A5A5A5. Windows color (decimal): -9781810 or 13548906. OLE color: 13548906.

HSL color Cylindrical-coordinate representation of color #6ABDCE: hue angle of 190.2º 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 #6ABDCE is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106189206-
CMYK0.490.0800.19
HSL190.2º50.51%61.18%-
HSV(B)190.2º48.54%80.78%-
XYZ35.2843.9265.01-
YUV166.12150.585.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.16%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=21.16%
G=37.72%
B=41.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061892060.490.0800.19190.250.5161.18
Hex6ABDCE318013be333d
Octal15227531661100232766375
Binary11010101011110111001110110001100001001110111110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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