Html Css Color HEX #6ACCD4 Spray

📋 copy color: '#6ACCD4'

red 106 ◦ green 204 ◦ blue 212

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

Shades of Spray #6ACCD4

Tints of Spray #6ACCD4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 20.31%
G = 39.08%
B = 40.61%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6ACCD4 (or 0x6ACCD4) is known color: Spray. HEX triplet: 6A, CC and D4. RGB value is (106,204,212). Sum of RGB (Red+Green+Blue) = 106+204+212=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #6ACCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCD4 is #95332B. Grayscale: #AFAFAF. Windows color (decimal): -9777964 or 13945962. OLE color: 13945962.

HSL color Cylindrical-coordinate representation of color #6ACCD4: hue angle of 184.53º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ACCD4 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 106 204 212 -
CMYK 0.5 0.04 0 0.17
HSL 184.53º 0.55% 0.62% -
HSV(B) 184.53º 0.5% 0.83% -
XYZ 39.42 51 70.05 -
YUV 175.61 148.53 78.35 -
System Red Green Blue C M Y K H S L
Decimal 106 204 212 0.5 0.04 0 0.17 184.53 0.55 0.62
Hex 6A CC D4 32 4 0 11 B9 37 3E
Octal 152 314 324 62 4 0 21 271 67 76
Binary 1101010 11001100 11010100 110010 100 0 10001 10111001 110111 111110

Color Harmonies of #6ACCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACCD4

Black with #6ACCD4

Text Example


Text Example

White with #6ACCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,204,212); }

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

background-color css

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

 a { background-color: rgb(106,204,212); }

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

border-color css

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

 span { border-color: rgb(106,204,212); }

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