Html Css Color HEX #68DACE Downy

📋 copy color: '#68DACE'

red 104 ◦ green 218 ◦ blue 206

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

Shades of Downy #68DACE

Tints of Downy #68DACE

RGB

 RED value IS 104 (41.02% from 255) = 19.7%

 GREEN value IS 218 (85.55% from 255) = 41.29%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 19.7%
G = 41.29%
B = 39.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#68DACE (or 0x68DACE) is known color: Downy. HEX triplet: 68, DA and CE. RGB value is (104,218,206). Sum of RGB (Red+Green+Blue) = 104+218+206=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #68DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DACE is #972531. Grayscale: #B6B6B6. Windows color (decimal): -9905458 or 13556328. OLE color: 13556328.

HSL color Cylindrical-coordinate representation of color #68DACE: hue angle of 173.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DACE is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 218 206 -
CMYK 0.52 0 0.06 0.15
HSL 173.68º 0.61% 0.63% -
HSV(B) 173.68º 0.52% 0.85% -
XYZ 41.92 57.54 67.29 -
YUV 182.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 104 218 206 0.52 0 0.06 0.15 173.68 0.61 0.63
Hex 68 DA CE 34 0 6 F AE 3D 3F
Octal 150 332 316 64 0 6 17 256 75 77
Binary 1101000 11011010 11001110 110100 0 110 1111 10101110 111101 111111

Color Harmonies of #68DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DACE

Black with #68DACE

Text Example


Text Example

White with #68DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68DACE; }

 p { color: rgb(104,218,206); }

 H1.HeaderClassName
 {
   color: #68DACE;
 }
 .AnyTagClassName
 {
   color: #68DACE;
 }
</style>

background-color css

<style>
 a { background-color: #68DACE; }

 a { background-color: rgb(104,218,206); }

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

border-color css

<style>
 span { border-color: #68DACE; }

 span { border-color: rgb(104,218,206); }

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