Html Css Color HEX #6CCEB5 Downy

📋 copy color: '#6CCEB5'

red 108 ◦ green 206 ◦ blue 181

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

Shades of Downy #6CCEB5

Tints of Downy #6CCEB5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 21.82%
G = 41.62%
B = 36.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#6CCEB5 (or 0x6CCEB5) is known color: Downy. HEX triplet: 6C, CE and B5. RGB value is (108,206,181). Sum of RGB (Red+Green+Blue) = 108+206+181=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEB5 is #93314A. Grayscale: #ADADAD. Windows color (decimal): -9646411 or 11914860. OLE color: 11914860.

HSL color Cylindrical-coordinate representation of color #6CCEB5: hue angle of 164.69º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCEB5 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 206 181 -
CMYK 0.48 0 0.12 0.19
HSL 164.69º 0.5% 0.62% -
HSV(B) 164.69º 0.48% 0.81% -
XYZ 36.6 50.67 51.57 -
YUV 173.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 108 206 181 0.48 0 0.12 0.19 164.69 0.5 0.62
Hex 6C CE B5 30 0 C 13 A5 32 3E
Octal 154 316 265 60 0 14 23 245 62 76
Binary 1101100 11001110 10110101 110000 0 1100 10011 10100101 110010 111110

Color Harmonies of #6CCEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEB5

Black with #6CCEB5

Text Example


Text Example

White with #6CCEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,206,181); }

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

background-color css

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

 a { background-color: rgb(108,206,181); }

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

border-color css

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

 span { border-color: rgb(108,206,181); }

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