Html Css Color HEX #6BEBCA Downy

📋 copy color: '#6BEBCA'

red 107 ◦ green 235 ◦ blue 202

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

Shades of Downy #6BEBCA

Tints of Downy #6BEBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 19.67%
G = 43.2%
B = 37.13%

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

#6BEBCA (or 0x6BEBCA) is known color: Downy. HEX triplet: 6B, EB and CA. RGB value is (107,235,202). Sum of RGB (Red+Green+Blue) = 107+235+202=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBCA is #941435. Grayscale: #C0C0C0. Windows color (decimal): -9704502 or 13298539. OLE color: 13298539.

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

Color convert

RGB 107 235 202 -
CMYK 0.54 0 0.14 0.08
HSL 164.53º 0.76% 0.67% -
HSV(B) 164.53º 0.54% 0.92% -
XYZ 46.43 66.81 66.32 -
YUV 192.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 107 235 202 0.54 0 0.14 0.08 164.53 0.76 0.67
Hex 6B EB CA 36 0 E 8 A5 4C 43
Octal 153 353 312 66 0 16 10 245 114 103
Binary 1101011 11101011 11001010 110110 0 1110 1000 10100101 1001100 1000011

Color Harmonies of #6BEBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBCA

Black with #6BEBCA

Text Example


Text Example

White with #6BEBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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