Html Css Color HEX #6AC8DC Spray

📋 copy color: '#6AC8DC'

red 106 ◦ green 200 ◦ blue 220

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

Shades of Spray #6AC8DC

Tints of Spray #6AC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.02%

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

R = 20.15%
G = 38.02%
B = 41.83%

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

#6AC8DC (or 0x6AC8DC) is known color: Spray. HEX triplet: 6A, C8 and DC. RGB value is (106,200,220). Sum of RGB (Red+Green+Blue) = 106+200+220=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AC8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC8DC is #953723. Grayscale: #AEAEAE. Windows color (decimal): -9778980 or 14469226. OLE color: 14469226.

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

Color convert

RGB 106 200 220 -
CMYK 0.52 0.09 0 0.14
HSL 190.53º 0.62% 0.64% -
HSV(B) 190.53º 0.52% 0.86% -
XYZ 39.52 49.54 75.19 -
YUV 174.17 153.86 79.37 -
System Red Green Blue C M Y K H S L
Decimal 106 200 220 0.52 0.09 0 0.14 190.53 0.62 0.64
Hex 6A C8 DC 34 9 0 E BF 3E 40
Octal 152 310 334 64 11 0 16 277 76 100
Binary 1101010 11001000 11011100 110100 1001 0 1110 10111111 111110 1000000

Color Harmonies of #6AC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC8DC

Black with #6AC8DC

Text Example


Text Example

White with #6AC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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