#6ABCCC

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

Shades of Seagull #6ABCCC

Tints of Seagull #6ABCCC

Color information

#6ABCCC (or 0x6ABCCC) is unknown color: approx Seagull. HEX triplet: 6A, BC and CC. RGB value is (106,188,204). Sum of RGB (Red+Green+Blue) = 106+188+204=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #6ABCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCCC is #954333. Grayscale: #A5A5A5. Windows color (decimal): -9782068 or 13417578. OLE color: 13417578.

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

Color convert

RGB106188204-
CMYK0.480.0800.2
HSL189.8º49%60.78%-
HSV(B)189.8º48.04%80%-
XYZ34.8343.3963.67-
YUV165.31149.8385.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.29%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=21.29%
G=37.75%
B=40.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1061882040.480.0800.2189.84960.78
Hex6ABCCC308014be313d
Octal15227431460100242766175
Binary11010101011110011001100110000100001010010111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,188,204); }

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

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

 a { background-color: rgb(106,188,204); }

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

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

 span { border-color: rgb(106,188,204); }

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