Html Css Color HEX #6BD0CD Downy

📋 copy color: '#6BD0CD'

red 107 ◦ green 208 ◦ blue 205

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

Shades of Downy #6BD0CD

Tints of Downy #6BD0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

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

R = 20.58%
G = 40%
B = 39.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#6BD0CD (or 0x6BD0CD) is known color: Downy. HEX triplet: 6B, D0 and CD. RGB value is (107,208,205). Sum of RGB (Red+Green+Blue) = 107+208+205=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD0CD is #942F32. Grayscale: #B1B1B1. Windows color (decimal): -9711411 or 13488235. OLE color: 13488235.

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

Color convert

RGB 107 208 205 -
CMYK 0.49 0 0.01 0.18
HSL 178.22º 0.52% 0.62% -
HSV(B) 178.22º 0.49% 0.82% -
XYZ 39.64 52.65 65.83 -
YUV 177.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 107 208 205 0.49 0 0.01 0.18 178.22 0.52 0.62
Hex 6B D0 CD 31 0 1 12 B2 34 3E
Octal 153 320 315 61 0 1 22 262 64 76
Binary 1101011 11010000 11001101 110001 0 1 10010 10110010 110100 111110

Color Harmonies of #6BD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD0CD

Black with #6BD0CD

Text Example


Text Example

White with #6BD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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