Html Css Color HEX #6BEBCD Downy

📋 copy color: '#6BEBCD'

red 107 ◦ green 235 ◦ blue 205

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

Shades of Downy #6BEBCD

Tints of Downy #6BEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 19.56%
G = 42.96%
B = 37.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#6BEBCD (or 0x6BEBCD) is known color: Downy. HEX triplet: 6B, EB and CD. RGB value is (107,235,205). Sum of RGB (Red+Green+Blue) = 107+235+205=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBCD is #941432. Grayscale: #C1C1C1. Windows color (decimal): -9704499 or 13495147. OLE color: 13495147.

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

Color convert

RGB 107 235 205 -
CMYK 0.54 0 0.13 0.08
HSL 165.94º 0.76% 0.67% -
HSV(B) 165.94º 0.54% 0.92% -
XYZ 46.79 66.95 68.21 -
YUV 193.31 134.59 66.44 -
System Red Green Blue C M Y K H S L
Decimal 107 235 205 0.54 0 0.13 0.08 165.94 0.76 0.67
Hex 6B EB CD 36 0 D 8 A6 4C 43
Octal 153 353 315 66 0 15 10 246 114 103
Binary 1101011 11101011 11001101 110110 0 1101 1000 10100110 1001100 1000011

Color Harmonies of #6BEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBCD

Black with #6BEBCD

Text Example


Text Example

White with #6BEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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