Html Css Color HEX #6BD2CD Downy

📋 copy color: '#6BD2CD'

red 107 ◦ green 210 ◦ blue 205

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

Shades of Downy #6BD2CD

Tints of Downy #6BD2CD

RGB

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

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

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

R = 20.5%
G = 40.23%
B = 39.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#6BD2CD (or 0x6BD2CD) is known color: Downy. HEX triplet: 6B, D2 and CD. RGB value is (107,210,205). Sum of RGB (Red+Green+Blue) = 107+210+205=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2CD is #942D32. Grayscale: #B2B2B2. Windows color (decimal): -9710899 or 13488747. OLE color: 13488747.

HSL color Cylindrical-coordinate representation of color #6BD2CD: hue angle of 177.09º 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 #6BD2CD is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 210 205 -
CMYK 0.49 0 0.02 0.18
HSL 177.09º 0.53% 0.62% -
HSV(B) 177.09º 0.49% 0.82% -
XYZ 40.13 53.63 65.99 -
YUV 178.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 107 210 205 0.49 0 0.02 0.18 177.09 0.53 0.62
Hex 6B D2 CD 31 0 2 12 B1 35 3E
Octal 153 322 315 61 0 2 22 261 65 76
Binary 1101011 11010010 11001101 110001 0 10 10010 10110001 110101 111110

Color Harmonies of #6BD2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD2CD

Black with #6BD2CD

Text Example


Text Example

White with #6BD2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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