#6AC1D6

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

Shades of Seagull #6AC1D6

Tints of Seagull #6AC1D6

Color information

#6AC1D6 (or 0x6AC1D6) is unknown color: approx Seagull. HEX triplet: 6A, C1 and D6. RGB value is (106,193,214). Sum of RGB (Red+Green+Blue) = 106+193+214=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #6AC1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC1D6 is #953E29. Grayscale: #A9A9A9. Windows color (decimal): -9780778 or 14074218. OLE color: 14074218.

HSL color Cylindrical-coordinate representation of color #6AC1D6: hue angle of 191.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AC1D6 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB106193214-
CMYK0.500.1000.16
HSL191.67º56.84%62.75%-
HSV(B)191.67º50.47%83.92%-
XYZ37.1546.0670.55-
YUV169.38153.1882.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.66%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=20.66%
G=37.62%
B=41.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1061932140.500.1000.16191.6756.8462.75
Hex6AC1D632A010c0393f
Octal15230132662120203007177
Binary11010101100000111010110110010101001000011000000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,193,214); }

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

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

 a { background-color: rgb(106,193,214); }

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

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

 span { border-color: rgb(106,193,214); }

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