Html Css Color HEX #6CC8BD Downy

📋 copy color: '#6CC8BD'

red 108 ◦ green 200 ◦ blue 189

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

Shades of Downy #6CC8BD

Tints of Downy #6CC8BD

RGB

 RED value IS 108 (42.58% from 255) = 21.73%

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 21.73%
G = 40.24%
B = 38.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#6CC8BD (or 0x6CC8BD) is known color: Downy. HEX triplet: 6C, C8 and BD. RGB value is (108,200,189). Sum of RGB (Red+Green+Blue) = 108+200+189=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8BD is #933742. Grayscale: #ABABAB. Windows color (decimal): -9647939 or 12437612. OLE color: 12437612.

HSL color Cylindrical-coordinate representation of color #6CC8BD: hue angle of 172.83º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CC8BD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 108 200 189 -
CMYK 0.46 0 0.06 0.22
HSL 172.83º 0.46% 0.6% -
HSV(B) 172.83º 0.46% 0.78% -
XYZ 36.02 48.17 55.54 -
YUV 171.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 108 200 189 0.46 0 0.06 0.22 172.83 0.46 0.6
Hex 6C C8 BD 2E 0 6 16 AD 2E 3C
Octal 154 310 275 56 0 6 26 255 56 74
Binary 1101100 11001000 10111101 101110 0 110 10110 10101101 101110 111100

Color Harmonies of #6CC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC8BD

Black with #6CC8BD

Text Example


Text Example

White with #6CC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,200,189); }

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

background-color css

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

 a { background-color: rgb(108,200,189); }

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

border-color css

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

 span { border-color: rgb(108,200,189); }

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