Html Css Color HEX #6BE0CD Downy

📋 copy color: '#6BE0CD'

red 107 ◦ green 224 ◦ blue 205

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

Shades of Downy #6BE0CD

Tints of Downy #6BE0CD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.79%

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 19.96%
G = 41.79%
B = 38.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#6BE0CD (or 0x6BE0CD) is known color: Downy. HEX triplet: 6B, E0 and CD. RGB value is (107,224,205). Sum of RGB (Red+Green+Blue) = 107+224+205=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE0CD is #941F32. Grayscale: #BABABA. Windows color (decimal): -9707315 or 13492331. OLE color: 13492331.

HSL color Cylindrical-coordinate representation of color #6BE0CD: hue angle of 170.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE0CD is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 224 205 -
CMYK 0.52 0 0.08 0.12
HSL 170.26º 0.65% 0.65% -
HSV(B) 170.26º 0.52% 0.88% -
XYZ 43.74 60.84 67.2 -
YUV 186.85 138.24 71.04 -
System Red Green Blue C M Y K H S L
Decimal 107 224 205 0.52 0 0.08 0.12 170.26 0.65 0.65
Hex 6B E0 CD 34 0 8 C AA 41 41
Octal 153 340 315 64 0 10 14 252 101 101
Binary 1101011 11100000 11001101 110100 0 1000 1100 10101010 1000001 1000001

Color Harmonies of #6BE0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE0CD

Black with #6BE0CD

Text Example


Text Example

White with #6BE0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,224,205); }

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

background-color css

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

 a { background-color: rgb(107,224,205); }

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

border-color css

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

 span { border-color: rgb(107,224,205); }

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