Html Css Color HEX #6BE6CD Downy

📋 copy color: '#6BE6CD'

red 107 ◦ green 230 ◦ blue 205

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

Shades of Downy #6BE6CD

Tints of Downy #6BE6CD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.44%

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

R = 19.74%
G = 42.44%
B = 37.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#6BE6CD (or 0x6BE6CD) is known color: Downy. HEX triplet: 6B, E6 and CD. RGB value is (107,230,205). Sum of RGB (Red+Green+Blue) = 107+230+205=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6CD is #941932. Grayscale: #BEBEBE. Windows color (decimal): -9705779 or 13493867. OLE color: 13493867.

HSL color Cylindrical-coordinate representation of color #6BE6CD: hue angle of 167.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6CD is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 107 230 205 -
CMYK 0.53 0 0.11 0.10
HSL 167.8º 0.71% 0.66% -
HSV(B) 167.8º 0.53% 0.9% -
XYZ 45.38 64.13 67.74 -
YUV 190.37 136.25 68.53 -
System Red Green Blue C M Y K H S L
Decimal 107 230 205 0.53 0 0.11 0.10 167.8 0.71 0.66
Hex 6B E6 CD 35 0 B A A8 47 42
Octal 153 346 315 65 0 13 12 250 107 102
Binary 1101011 11100110 11001101 110101 0 1011 1010 10101000 1000111 1000010

Color Harmonies of #6BE6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE6CD

Black with #6BE6CD

Text Example


Text Example

White with #6BE6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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