Html Css Color HEX #6CD0C8 Downy

📋 copy color: '#6CD0C8'

red 108 ◦ green 208 ◦ blue 200

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

Shades of Downy #6CD0C8

Tints of Downy #6CD0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 20.93%
G = 40.31%
B = 38.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#6CD0C8 (or 0x6CD0C8) is known color: Downy. HEX triplet: 6C, D0 and C8. RGB value is (108,208,200). Sum of RGB (Red+Green+Blue) = 108+208+200=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0C8 is #932F37. Grayscale: #B1B1B1. Windows color (decimal): -9645880 or 13160556. OLE color: 13160556.

HSL color Cylindrical-coordinate representation of color #6CD0C8: hue angle of 175.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD0C8 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 200 -
CMYK 0.48 0 0.04 0.18
HSL 175.2º 0.52% 0.62% -
HSV(B) 175.2º 0.48% 0.82% -
XYZ 39.17 52.47 62.71 -
YUV 177.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 108 208 200 0.48 0 0.04 0.18 175.2 0.52 0.62
Hex 6C D0 C8 30 0 4 12 AF 34 3E
Octal 154 320 310 60 0 4 22 257 64 76
Binary 1101100 11010000 11001000 110000 0 100 10010 10101111 110100 111110

Color Harmonies of #6CD0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD0C8

Black with #6CD0C8

Text Example


Text Example

White with #6CD0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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