Html Css Color HEX #6AE8CB Downy

📋 copy color: '#6AE8CB'

red 106 ◦ green 232 ◦ blue 203

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

Shades of Downy #6AE8CB

Tints of Downy #6AE8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.88%

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 19.59%
G = 42.88%
B = 37.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#6AE8CB (or 0x6AE8CB) is known color: Downy. HEX triplet: 6A, E8 and CB. RGB value is (106,232,203). Sum of RGB (Red+Green+Blue) = 106+232+203=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE8CB is #951734. Grayscale: #BFBFBF. Windows color (decimal): -9770805 or 13363306. OLE color: 13363306.

HSL color Cylindrical-coordinate representation of color #6AE8CB: hue angle of 166.19º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8CB is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 232 203 -
CMYK 0.54 0 0.12 0.09
HSL 166.19º 0.73% 0.66% -
HSV(B) 166.19º 0.54% 0.91% -
XYZ 45.58 65.09 66.66 -
YUV 191.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 106 232 203 0.54 0 0.12 0.09 166.19 0.73 0.66
Hex 6A E8 CB 36 0 C 9 A6 49 42
Octal 152 350 313 66 0 14 11 246 111 102
Binary 1101010 11101000 11001011 110110 0 1100 1001 10100110 1001001 1000010

Color Harmonies of #6AE8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE8CB

Black with #6AE8CB

Text Example


Text Example

White with #6AE8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,232,203); }

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

background-color css

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

 a { background-color: rgb(106,232,203); }

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

border-color css

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

 span { border-color: rgb(106,232,203); }

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