Html Css Color HEX #6BD2CB Downy

📋 copy color: '#6BD2CB'

red 107 ◦ green 210 ◦ blue 203

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

Shades of Downy #6BD2CB

Tints of Downy #6BD2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

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

R = 20.58%
G = 40.38%
B = 39.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#6BD2CB (or 0x6BD2CB) is known color: Downy. HEX triplet: 6B, D2 and CB. RGB value is (107,210,203). Sum of RGB (Red+Green+Blue) = 107+210+203=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2CB is #942D34. Grayscale: #B2B2B2. Windows color (decimal): -9710901 or 13357675. OLE color: 13357675.

HSL color Cylindrical-coordinate representation of color #6BD2CB: hue angle of 175.92º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2CB is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 210 203 -
CMYK 0.49 0 0.03 0.18
HSL 175.92º 0.53% 0.62% -
HSV(B) 175.92º 0.49% 0.82% -
XYZ 39.89 53.53 64.73 -
YUV 178.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 107 210 203 0.49 0 0.03 0.18 175.92 0.53 0.62
Hex 6B D2 CB 31 0 3 12 B0 35 3E
Octal 153 322 313 61 0 3 22 260 65 76
Binary 1101011 11010010 11001011 110001 0 11 10010 10110000 110101 111110

Color Harmonies of #6BD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD2CB

Black with #6BD2CB

Text Example


Text Example

White with #6BD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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