Html Css Color HEX #6AC9DC Spray

📋 copy color: '#6AC9DC'

red 106 ◦ green 201 ◦ blue 220

#6AC9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #6AC9DC

Tints of Spray #6AC9DC

RGB

 RED value IS 106 (41.8% from 255) = 20.11%

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 20.11%
G = 38.14%
B = 41.75%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AC9DC (or 0x6AC9DC) is known color: Spray. HEX triplet: 6A, C9 and DC. RGB value is (106,201,220). Sum of RGB (Red+Green+Blue) = 106+201+220=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AC9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC9DC is #953623. Grayscale: #AEAEAE. Windows color (decimal): -9778724 or 14469482. OLE color: 14469482.

HSL color Cylindrical-coordinate representation of color #6AC9DC: hue angle of 190º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC9DC is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 201 220 -
CMYK 0.52 0.09 0 0.14
HSL 190º 0.62% 0.64% -
HSV(B) 190º 0.52% 0.86% -
XYZ 39.75 50 75.27 -
YUV 174.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 106 201 220 0.52 0.09 0 0.14 190 0.62 0.64
Hex 6A C9 DC 34 9 0 E BE 3E 40
Octal 152 311 334 64 11 0 16 276 76 100
Binary 1101010 11001001 11011100 110100 1001 0 1110 10111110 111110 1000000

Color Harmonies of #6AC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC9DC

Black with #6AC9DC

Text Example


Text Example

White with #6AC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,201,220); }

 H1.HeaderClassName
 {
   color: #6AC9DC;
 }
 .AnyTagClassName
 {
   color: #6AC9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(106,201,220); }

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

border-color css

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

 span { border-color: rgb(106,201,220); }

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