Html Css Color HEX #6CCDC8 Downy

📋 copy color: '#6CCDC8'

red 108 ◦ green 205 ◦ blue 200

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

Shades of Downy #6CCDC8

Tints of Downy #6CCDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.96%

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

R = 21.05%
G = 39.96%
B = 38.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#6CCDC8 (or 0x6CCDC8) is known color: Downy. HEX triplet: 6C, CD and C8. RGB value is (108,205,200). Sum of RGB (Red+Green+Blue) = 108+205+200=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDC8 is #933237. Grayscale: #AFAFAF. Windows color (decimal): -9646648 or 13159788. OLE color: 13159788.

HSL color Cylindrical-coordinate representation of color #6CCDC8: hue angle of 176.91º degrees, saturation: 0.49, 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 #6CCDC8 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 200 -
CMYK 0.47 0 0.02 0.20
HSL 176.91º 0.49% 0.61% -
HSV(B) 176.91º 0.47% 0.8% -
XYZ 38.44 51.02 62.47 -
YUV 175.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 108 205 200 0.47 0 0.02 0.20 176.91 0.49 0.61
Hex 6C CD C8 2F 0 2 14 B1 31 3D
Octal 154 315 310 57 0 2 24 261 61 75
Binary 1101100 11001101 11001000 101111 0 10 10100 10110001 110001 111101

Color Harmonies of #6CCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDC8

Black with #6CCDC8

Text Example


Text Example

White with #6CCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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