Html Css Color HEX #6BEEC2 Downy

📋 copy color: '#6BEEC2'

red 107 ◦ green 238 ◦ blue 194

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

Shades of Downy #6BEEC2

Tints of Downy #6BEEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.16%

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 19.85%
G = 44.16%
B = 35.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#6BEEC2 (or 0x6BEEC2) is known color: Downy. HEX triplet: 6B, EE and C2. RGB value is (107,238,194). Sum of RGB (Red+Green+Blue) = 107+238+194=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEEC2 is #94113D. Grayscale: #C1C1C1. Windows color (decimal): -9703742 or 12775019. OLE color: 12775019.

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

Color convert

RGB 107 238 194 -
CMYK 0.55 0 0.18 0.07
HSL 159.85º 0.79% 0.68% -
HSV(B) 159.85º 0.55% 0.93% -
XYZ 46.38 68.17 61.75 -
YUV 193.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 107 238 194 0.55 0 0.18 0.07 159.85 0.79 0.68
Hex 6B EE C2 37 0 12 7 A0 4F 44
Octal 153 356 302 67 0 22 7 240 117 104
Binary 1101011 11101110 11000010 110111 0 10010 111 10100000 1001111 1000100

Color Harmonies of #6BEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEEC2

Black with #6BEEC2

Text Example


Text Example

White with #6BEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,238,194); }

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

background-color css

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

 a { background-color: rgb(107,238,194); }

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

border-color css

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

 span { border-color: rgb(107,238,194); }

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