Html Css Color HEX #6BEDC7 Downy

📋 copy color: '#6BEDC7'

red 107 ◦ green 237 ◦ blue 199

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

Shades of Downy #6BEDC7

Tints of Downy #6BEDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 19.71%
G = 43.65%
B = 36.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#6BEDC7 (or 0x6BEDC7) is known color: Downy. HEX triplet: 6B, ED and C7. RGB value is (107,237,199). Sum of RGB (Red+Green+Blue) = 107+237+199=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDC7 is #941238. Grayscale: #C1C1C1. Windows color (decimal): -9703993 or 13102443. OLE color: 13102443.

HSL color Cylindrical-coordinate representation of color #6BEDC7: hue angle of 162.46º 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 #6BEDC7 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 199 -
CMYK 0.55 0 0.16 0.07
HSL 162.46º 0.78% 0.67% -
HSV(B) 162.46º 0.55% 0.93% -
XYZ 46.66 67.82 64.66 -
YUV 193.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 107 237 199 0.55 0 0.16 0.07 162.46 0.78 0.67
Hex 6B ED C7 37 0 10 7 A2 4E 43
Octal 153 355 307 67 0 20 7 242 116 103
Binary 1101011 11101101 11000111 110111 0 10000 111 10100010 1001110 1000011

Color Harmonies of #6BEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDC7

Black with #6BEDC7

Text Example


Text Example

White with #6BEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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