Html Css Color HEX #6BEDC0 Downy

📋 copy color: '#6BEDC0'

red 107 ◦ green 237 ◦ blue 192

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

Shades of Downy #6BEDC0

Tints of Downy #6BEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.22%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 19.96%
G = 44.22%
B = 35.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#6BEDC0 (or 0x6BEDC0) is known color: Downy. HEX triplet: 6B, ED and C0. RGB value is (107,237,192). Sum of RGB (Red+Green+Blue) = 107+237+192=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDC0 is #94123F. Grayscale: #C1C1C1. Windows color (decimal): -9704000 or 12643691. OLE color: 12643691.

HSL color Cylindrical-coordinate representation of color #6BEDC0: hue angle of 159.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDC0 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 192 -
CMYK 0.55 0 0.19 0.07
HSL 159.23º 0.78% 0.67% -
HSV(B) 159.23º 0.55% 0.93% -
XYZ 45.86 67.5 60.48 -
YUV 193 127.43 66.66 -
System Red Green Blue C M Y K H S L
Decimal 107 237 192 0.55 0 0.19 0.07 159.23 0.78 0.67
Hex 6B ED C0 37 0 13 7 9F 4E 43
Octal 153 355 300 67 0 23 7 237 116 103
Binary 1101011 11101101 11000000 110111 0 10011 111 10011111 1001110 1000011

Color Harmonies of #6BEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDC0

Black with #6BEDC0

Text Example


Text Example

White with #6BEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,237,192); }

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

background-color css

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

 a { background-color: rgb(107,237,192); }

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

border-color css

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

 span { border-color: rgb(107,237,192); }

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