Html Css Color HEX #6BEBBC Downy

📋 copy color: '#6BEBBC'

red 107 ◦ green 235 ◦ blue 188

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

Shades of Downy #6BEBBC

Tints of Downy #6BEBBC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.34%

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 20.19%
G = 44.34%
B = 35.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#6BEBBC (or 0x6BEBBC) is known color: Downy. HEX triplet: 6B, EB and BC. RGB value is (107,235,188). Sum of RGB (Red+Green+Blue) = 107+235+188=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBBC is #941443. Grayscale: #BFBFBF. Windows color (decimal): -9704516 or 12381035. OLE color: 12381035.

HSL color Cylindrical-coordinate representation of color #6BEBBC: hue angle of 157.97º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBBC is Cyan = 0.54, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 235 188 -
CMYK 0.54 0 0.2 0.08
HSL 157.97º 0.76% 0.67% -
HSV(B) 157.97º 0.54% 0.92% -
XYZ 44.85 66.17 57.99 -
YUV 191.37 126.09 67.82 -
System Red Green Blue C M Y K H S L
Decimal 107 235 188 0.54 0 0.2 0.08 157.97 0.76 0.67
Hex 6B EB BC 36 0 14 8 9E 4C 43
Octal 153 353 274 66 0 24 10 236 114 103
Binary 1101011 11101011 10111100 110110 0 10100 1000 10011110 1001100 1000011

Color Harmonies of #6BEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBBC

Black with #6BEBBC

Text Example


Text Example

White with #6BEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,235,188); }

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

background-color css

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

 a { background-color: rgb(107,235,188); }

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

border-color css

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

 span { border-color: rgb(107,235,188); }

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