Html Css Color HEX #6AC3C0 Downy

📋 copy color: '#6AC3C0'

red 106 ◦ green 195 ◦ blue 192

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

Shades of Downy #6AC3C0

Tints of Downy #6AC3C0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.55%

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 21.5%
G = 39.55%
B = 38.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#6AC3C0 (or 0x6AC3C0) is known color: Downy. HEX triplet: 6A, C3 and C0. RGB value is (106,195,192). Sum of RGB (Red+Green+Blue) = 106+195+192=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC3C0 is #953C3F. Grayscale: #A7A7A7. Windows color (decimal): -9780288 or 12632938. OLE color: 12632938.

HSL color Cylindrical-coordinate representation of color #6AC3C0: hue angle of 177.98º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC3C0 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 195 192 -
CMYK 0.46 0 0.02 0.24
HSL 177.98º 0.43% 0.59% -
HSV(B) 177.98º 0.46% 0.76% -
XYZ 34.97 45.9 56.89 -
YUV 168.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 106 195 192 0.46 0 0.02 0.24 177.98 0.43 0.59
Hex 6A C3 C0 2E 0 2 18 B2 2B 3B
Octal 152 303 300 56 0 2 30 262 53 73
Binary 1101010 11000011 11000000 101110 0 10 11000 10110010 101011 111011

Color Harmonies of #6AC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC3C0

Black with #6AC3C0

Text Example


Text Example

White with #6AC3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,195,192); }

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

background-color css

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

 a { background-color: rgb(106,195,192); }

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

border-color css

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

 span { border-color: rgb(106,195,192); }

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