#6AB4CD

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

Shades of Seagull #6AB4CD

Tints of Seagull #6AB4CD

Color information

#6AB4CD (or 0x6AB4CD) is unknown color: approx Seagull. HEX triplet: 6A, B4 and CD. RGB value is (106,180,205). Sum of RGB (Red+Green+Blue) = 106+180+205=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #6AB4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB4CD is #954B32. Grayscale: #A0A0A0. Windows color (decimal): -9784115 or 13481066. OLE color: 13481066.

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

Color convert

RGB106180205-
CMYK0.480.1200.20
HSL195.15º49.75%60.98%-
HSV(B)195.15º48.29%80.39%-
XYZ33.2840.1163.75-
YUV160.72152.9888.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=21.59%
G=36.66%
B=41.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061802050.480.1200.20195.1549.7560.98
Hex6AB4CD30C014c3323d
Octal15226431560140243036275
Binary11010101011010011001101110000110001010011000011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,180,205); }

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

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

 a { background-color: rgb(106,180,205); }

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

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

 span { border-color: rgb(106,180,205); }

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