Html Css Color HEX #6BECBE Downy

📋 copy color: '#6BECBE'

red 107 ◦ green 236 ◦ blue 190

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

Shades of Downy #6BECBE

Tints of Downy #6BECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.28%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 20.08%
G = 44.28%
B = 35.65%

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

#6BECBE (or 0x6BECBE) is known color: Downy. HEX triplet: 6B, EC and BE. RGB value is (107,236,190). Sum of RGB (Red+Green+Blue) = 107+236+190=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECBE is #941341. Grayscale: #C0C0C0. Windows color (decimal): -9704258 or 12512363. OLE color: 12512363.

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

Color convert

RGB 107 236 190 -
CMYK 0.55 0 0.19 0.07
HSL 158.6º 0.77% 0.67% -
HSV(B) 158.6º 0.55% 0.93% -
XYZ 45.35 66.83 59.23 -
YUV 192.19 126.76 67.24 -
System Red Green Blue C M Y K H S L
Decimal 107 236 190 0.55 0 0.19 0.07 158.6 0.77 0.67
Hex 6B EC BE 37 0 13 7 9F 4D 43
Octal 153 354 276 67 0 23 7 237 115 103
Binary 1101011 11101100 10111110 110111 0 10011 111 10011111 1001101 1000011

Color Harmonies of #6BECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECBE

Black with #6BECBE

Text Example


Text Example

White with #6BECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,236,190); }

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

background-color css

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

 a { background-color: rgb(107,236,190); }

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

border-color css

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

 span { border-color: rgb(107,236,190); }

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