Html Css Color HEX #6CDBCA Downy

📋 copy color: '#6CDBCA'

red 108 ◦ green 219 ◦ blue 202

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

Shades of Downy #6CDBCA

Tints of Downy #6CDBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 20.42%
G = 41.4%
B = 38.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#6CDBCA (or 0x6CDBCA) is known color: Downy. HEX triplet: 6C, DB and CA. RGB value is (108,219,202). Sum of RGB (Red+Green+Blue) = 108+219+202=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBCA is #932435. Grayscale: #B7B7B7. Windows color (decimal): -9643062 or 13294444. OLE color: 13294444.

HSL color Cylindrical-coordinate representation of color #6CDBCA: hue angle of 170.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBCA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 219 202 -
CMYK 0.51 0 0.08 0.14
HSL 170.81º 0.61% 0.64% -
HSV(B) 170.81º 0.51% 0.86% -
XYZ 42.18 58.12 64.87 -
YUV 183.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 108 219 202 0.51 0 0.08 0.14 170.81 0.61 0.64
Hex 6C DB CA 33 0 8 E AB 3D 40
Octal 154 333 312 63 0 10 16 253 75 100
Binary 1101100 11011011 11001010 110011 0 1000 1110 10101011 111101 1000000

Color Harmonies of #6CDBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBCA

Black with #6CDBCA

Text Example


Text Example

White with #6CDBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,219,202); }

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

background-color css

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

 a { background-color: rgb(108,219,202); }

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

border-color css

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

 span { border-color: rgb(108,219,202); }

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