Html Css Color HEX #6BE8CE Downy

📋 copy color: '#6BE8CE'

red 107 ◦ green 232 ◦ blue 206

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

Shades of Downy #6BE8CE

Tints of Downy #6BE8CE

RGB

 RED value IS 107 (42.19% from 255) = 19.63%

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 19.63%
G = 42.57%
B = 37.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#6BE8CE (or 0x6BE8CE) is known color: Downy. HEX triplet: 6B, E8 and CE. RGB value is (107,232,206). Sum of RGB (Red+Green+Blue) = 107+232+206=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8CE is #941731. Grayscale: #BFBFBF. Windows color (decimal): -9705266 or 13559915. OLE color: 13559915.

HSL color Cylindrical-coordinate representation of color #6BE8CE: hue angle of 167.52º 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 #6BE8CE is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 232 206 -
CMYK 0.54 0 0.11 0.09
HSL 167.52º 0.73% 0.66% -
HSV(B) 167.52º 0.54% 0.91% -
XYZ 46.06 65.3 68.57 -
YUV 191.66 136.09 67.61 -
System Red Green Blue C M Y K H S L
Decimal 107 232 206 0.54 0 0.11 0.09 167.52 0.73 0.66
Hex 6B E8 CE 36 0 B 9 A8 49 42
Octal 153 350 316 66 0 13 11 250 111 102
Binary 1101011 11101000 11001110 110110 0 1011 1001 10101000 1001001 1000010

Color Harmonies of #6BE8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8CE

Black with #6BE8CE

Text Example


Text Example

White with #6BE8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,232,206); }

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

background-color css

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

 a { background-color: rgb(107,232,206); }

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

border-color css

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

 span { border-color: rgb(107,232,206); }

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