Html Css Color HEX #6AC7BD Downy

📋 copy color: '#6AC7BD'

red 106 ◦ green 199 ◦ blue 189

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

Shades of Downy #6AC7BD

Tints of Downy #6AC7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 21.46%
G = 40.28%
B = 38.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#6AC7BD (or 0x6AC7BD) is known color: Downy. HEX triplet: 6A, C7 and BD. RGB value is (106,199,189). Sum of RGB (Red+Green+Blue) = 106+199+189=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7BD is #953842. Grayscale: #A9A9A9. Windows color (decimal): -9779267 or 12437354. OLE color: 12437354.

HSL color Cylindrical-coordinate representation of color #6AC7BD: hue angle of 173.55º 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 #6AC7BD is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 106 199 189 -
CMYK 0.47 0 0.05 0.22
HSL 173.55º 0.45% 0.6% -
HSV(B) 173.55º 0.47% 0.78% -
XYZ 35.55 47.59 55.46 -
YUV 170.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 106 199 189 0.47 0 0.05 0.22 173.55 0.45 0.6
Hex 6A C7 BD 2F 0 5 16 AE 2D 3C
Octal 152 307 275 57 0 5 26 256 55 74
Binary 1101010 11000111 10111101 101111 0 101 10110 10101110 101101 111100

Color Harmonies of #6AC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC7BD

Black with #6AC7BD

Text Example


Text Example

White with #6AC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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