#6ABCCD

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

Shades of Seagull #6ABCCD

Tints of Seagull #6ABCCD

Color information

#6ABCCD (or 0x6ABCCD) is unknown color: approx Seagull. HEX triplet: 6A, BC and CD. RGB value is (106,188,205). Sum of RGB (Red+Green+Blue) = 106+188+205=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ABCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCCD is #954332. Grayscale: #A5A5A5. Windows color (decimal): -9782067 or 13483114. OLE color: 13483114.

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

Color convert

RGB106188205-
CMYK0.480.0800.20
HSL190.3º49.75%60.98%-
HSV(B)190.3º48.29%80.39%-
XYZ34.9543.4464.3-
YUV165.42150.3385.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.24%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=21.24%
G=37.68%
B=41.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061882050.480.0800.20190.349.7560.98
Hex6ABCCD308014be323d
Octal15227431560100242766275
Binary11010101011110011001101110000100001010010111110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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