Html Css Color HEX #6AC7CE Spray

📋 copy color: '#6AC7CE'

red 106 ◦ green 199 ◦ blue 206

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

Shades of Spray #6AC7CE

Tints of Spray #6AC7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 20.74%
G = 38.94%
B = 40.31%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AC7CE (or 0x6AC7CE) is known color: Spray. HEX triplet: 6A, C7 and CE. RGB value is (106,199,206). Sum of RGB (Red+Green+Blue) = 106+199+206=511 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.74% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7CE is #953831. Grayscale: #ABABAB. Windows color (decimal): -9779250 or 13551466. OLE color: 13551466.

HSL color Cylindrical-coordinate representation of color #6AC7CE: hue angle of 184.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AC7CE is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 199 206 -
CMYK 0.49 0.03 0 0.19
HSL 184.2º 0.51% 0.61% -
HSV(B) 184.2º 0.49% 0.81% -
XYZ 37.51 48.37 65.75 -
YUV 171.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 106 199 206 0.49 0.03 0 0.19 184.2 0.51 0.61
Hex 6A C7 CE 31 3 0 13 B8 33 3D
Octal 152 307 316 61 3 0 23 270 63 75
Binary 1101010 11000111 11001110 110001 11 0 10011 10111000 110011 111101

Color Harmonies of #6AC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC7CE

Black with #6AC7CE

Text Example


Text Example

White with #6AC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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