Html Css Color HEX #6AC7DC Spray

📋 copy color: '#6AC7DC'

red 106 ◦ green 199 ◦ blue 220

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

Shades of Spray #6AC7DC

Tints of Spray #6AC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

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

R = 20.19%
G = 37.9%
B = 41.9%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AC7DC (or 0x6AC7DC) is known color: Spray. HEX triplet: 6A, C7 and DC. RGB value is (106,199,220). Sum of RGB (Red+Green+Blue) = 106+199+220=525 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.19% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AC7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7DC is #953823. Grayscale: #ADADAD. Windows color (decimal): -9779236 or 14468970. OLE color: 14468970.

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

Color convert

RGB 106 199 220 -
CMYK 0.52 0.10 0 0.14
HSL 191.05º 0.62% 0.64% -
HSV(B) 191.05º 0.52% 0.86% -
XYZ 39.29 49.08 75.11 -
YUV 173.59 154.19 79.79 -
System Red Green Blue C M Y K H S L
Decimal 106 199 220 0.52 0.10 0 0.14 191.05 0.62 0.64
Hex 6A C7 DC 34 A 0 E BF 3E 40
Octal 152 307 334 64 12 0 16 277 76 100
Binary 1101010 11000111 11011100 110100 1010 0 1110 10111111 111110 1000000

Color Harmonies of #6AC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC7DC

Black with #6AC7DC

Text Example


Text Example

White with #6AC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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