Html Css Color HEX #6AC9DB Spray

📋 copy color: '#6AC9DB'

red 106 ◦ green 201 ◦ blue 219

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

Shades of Spray #6AC9DB

Tints of Spray #6AC9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 20.15%
G = 38.21%
B = 41.63%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AC9DB (or 0x6AC9DB) is known color: Spray. HEX triplet: 6A, C9 and DB. RGB value is (106,201,219). Sum of RGB (Red+Green+Blue) = 106+201+219=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC9DB is #953624. Grayscale: #AEAEAE. Windows color (decimal): -9778725 or 14403946. OLE color: 14403946.

HSL color Cylindrical-coordinate representation of color #6AC9DB: hue angle of 189.56º degrees, saturation: 0.61, 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 #6AC9DB is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 201 219 -
CMYK 0.52 0.08 0 0.14
HSL 189.56º 0.61% 0.64% -
HSV(B) 189.56º 0.52% 0.86% -
XYZ 39.62 49.95 74.57 -
YUV 174.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 106 201 219 0.52 0.08 0 0.14 189.56 0.61 0.64
Hex 6A C9 DB 34 8 0 E BE 3D 40
Octal 152 311 333 64 10 0 16 276 75 100
Binary 1101010 11001001 11011011 110100 1000 0 1110 10111110 111101 1000000

Color Harmonies of #6AC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC9DB

Black with #6AC9DB

Text Example


Text Example

White with #6AC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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