Html Css Color HEX #6CCCBD Downy

📋 copy color: '#6CCCBD'

red 108 ◦ green 204 ◦ blue 189

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

Shades of Downy #6CCCBD

Tints of Downy #6CCCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

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

R = 21.56%
G = 40.72%
B = 37.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#6CCCBD (or 0x6CCCBD) is known color: Downy. HEX triplet: 6C, CC and BD. RGB value is (108,204,189). Sum of RGB (Red+Green+Blue) = 108+204+189=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCBD is #933342. Grayscale: #ADADAD. Windows color (decimal): -9646915 or 12438636. OLE color: 12438636.

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

Color convert

RGB 108 204 189 -
CMYK 0.47 0 0.07 0.2
HSL 170.63º 0.48% 0.61% -
HSV(B) 170.63º 0.47% 0.8% -
XYZ 36.96 50.05 55.86 -
YUV 173.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 108 204 189 0.47 0 0.07 0.2 170.63 0.48 0.61
Hex 6C CC BD 2F 0 7 14 AB 30 3D
Octal 154 314 275 57 0 7 24 253 60 75
Binary 1101100 11001100 10111101 101111 0 111 10100 10101011 110000 111101

Color Harmonies of #6CCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCBD

Black with #6CCCBD

Text Example


Text Example

White with #6CCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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