Html Css Color HEX #6DC8CB Downy

📋 copy color: '#6DC8CB'

red 109 ◦ green 200 ◦ blue 203

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

Shades of Downy #6DC8CB

Tints of Downy #6DC8CB

RGB

 RED value IS 109 (42.97% from 255) = 21.29%

 GREEN value IS 200 (78.52% from 255) = 39.06%

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

R = 21.29%
G = 39.06%
B = 39.65%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DC8CB (or 0x6DC8CB) is known color: Downy. HEX triplet: 6D, C8 and CB. RGB value is (109,200,203). Sum of RGB (Red+Green+Blue) = 109+200+203=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DC8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC8CB is #923734. Grayscale: #ADADAD. Windows color (decimal): -9582389 or 13355117. OLE color: 13355117.

HSL color Cylindrical-coordinate representation of color #6DC8CB: hue angle of 181.91º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC8CB is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 200 203 -
CMYK 0.46 0.01 0 0.20
HSL 181.91º 0.47% 0.61% -
HSV(B) 181.91º 0.46% 0.8% -
XYZ 37.74 48.87 63.94 -
YUV 173.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 109 200 203 0.46 0.01 0 0.20 181.91 0.47 0.61
Hex 6D C8 CB 2E 1 0 14 B6 2F 3D
Octal 155 310 313 56 1 0 24 266 57 75
Binary 1101101 11001000 11001011 101110 1 0 10100 10110110 101111 111101

Color Harmonies of #6DC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC8CB

Black with #6DC8CB

Text Example


Text Example

White with #6DC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,200,203); }

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

background-color css

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

 a { background-color: rgb(109,200,203); }

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

border-color css

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

 span { border-color: rgb(109,200,203); }

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