Html Css Color HEX #6AC7BC Downy

📋 copy color: '#6AC7BC'

red 106 ◦ green 199 ◦ blue 188

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

Shades of Downy #6AC7BC

Tints of Downy #6AC7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 21.5%
G = 40.37%
B = 38.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#6AC7BC (or 0x6AC7BC) is known color: Downy. HEX triplet: 6A, C7 and BC. RGB value is (106,199,188). Sum of RGB (Red+Green+Blue) = 106+199+188=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7BC is #953843. Grayscale: #A9A9A9. Windows color (decimal): -9779268 or 12371818. OLE color: 12371818.

HSL color Cylindrical-coordinate representation of color #6AC7BC: hue angle of 172.9º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC7BC is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 106 199 188 -
CMYK 0.47 0 0.06 0.22
HSL 172.9º 0.45% 0.6% -
HSV(B) 172.9º 0.47% 0.78% -
XYZ 35.44 47.54 54.89 -
YUV 169.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 106 199 188 0.47 0 0.06 0.22 172.9 0.45 0.6
Hex 6A C7 BC 2F 0 6 16 AD 2D 3C
Octal 152 307 274 57 0 6 26 255 55 74
Binary 1101010 11000111 10111100 101111 0 110 10110 10101101 101101 111100

Color Harmonies of #6AC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC7BC

Black with #6AC7BC

Text Example


Text Example

White with #6AC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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