Html Css Color HEX #6BEBCB Downy

📋 copy color: '#6BEBCB'

red 107 ◦ green 235 ◦ blue 203

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

Shades of Downy #6BEBCB

Tints of Downy #6BEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 19.63%
G = 43.12%
B = 37.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#6BEBCB (or 0x6BEBCB) is known color: Downy. HEX triplet: 6B, EB and CB. RGB value is (107,235,203). Sum of RGB (Red+Green+Blue) = 107+235+203=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBCB is #941434. Grayscale: #C1C1C1. Windows color (decimal): -9704501 or 13364075. OLE color: 13364075.

HSL color Cylindrical-coordinate representation of color #6BEBCB: hue angle of 165º 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 #6BEBCB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 235 203 -
CMYK 0.54 0 0.14 0.08
HSL 165º 0.76% 0.67% -
HSV(B) 165º 0.54% 0.92% -
XYZ 46.55 66.85 66.95 -
YUV 193.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 107 235 203 0.54 0 0.14 0.08 165 0.76 0.67
Hex 6B EB CB 36 0 E 8 A5 4C 43
Octal 153 353 313 66 0 16 10 245 114 103
Binary 1101011 11101011 11001011 110110 0 1110 1000 10100101 1001100 1000011

Color Harmonies of #6BEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBCB

Black with #6BEBCB

Text Example


Text Example

White with #6BEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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