Html Css Color HEX #6AE9CB Downy

📋 copy color: '#6AE9CB'

red 106 ◦ green 233 ◦ blue 203

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

Shades of Downy #6AE9CB

Tints of Downy #6AE9CB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.99%

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

R = 19.56%
G = 42.99%
B = 37.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#6AE9CB (or 0x6AE9CB) is known color: Downy. HEX triplet: 6A, E9 and CB. RGB value is (106,233,203). Sum of RGB (Red+Green+Blue) = 106+233+203=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE9CB is #951634. Grayscale: #BFBFBF. Windows color (decimal): -9770549 or 13363562. OLE color: 13363562.

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

Color convert

RGB 106 233 203 -
CMYK 0.55 0 0.13 0.09
HSL 165.83º 0.74% 0.66% -
HSV(B) 165.83º 0.55% 0.91% -
XYZ 45.86 65.65 66.76 -
YUV 191.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 106 233 203 0.55 0 0.13 0.09 165.83 0.74 0.66
Hex 6A E9 CB 37 0 D 9 A6 4A 42
Octal 152 351 313 67 0 15 11 246 112 102
Binary 1101010 11101001 11001011 110111 0 1101 1001 10100110 1001010 1000010

Color Harmonies of #6AE9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE9CB

Black with #6AE9CB

Text Example


Text Example

White with #6AE9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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