Html Css Color HEX #608ECA Danube

📋 copy color: '#608ECA'

red 96 ◦ green 142 ◦ blue 202

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

Shades of Danube #608ECA

Tints of Danube #608ECA

RGB

 RED value IS 96 (37.89% from 255) = 21.82%

 GREEN value IS 142 (55.86% from 255) = 32.27%

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

R = 21.82%
G = 32.27%
B = 45.91%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#608ECA (or 0x608ECA) is known color: Danube. HEX triplet: 60, 8E and CA. RGB value is (96,142,202). Sum of RGB (Red+Green+Blue) = 96+142+202=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #608ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ECA is #9F7135. Grayscale: #868686. Windows color (decimal): -10449206 or 13274720. OLE color: 13274720.

HSL color Cylindrical-coordinate representation of color #608ECA: hue angle of 213.96º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #608ECA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 142 202 -
CMYK 0.52 0.30 0 0.21
HSL 213.96º 0.5% 0.58% -
HSV(B) 213.96º 0.52% 0.79% -
XYZ 25.16 26.1 59.59 -
YUV 135.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 96 142 202 0.52 0.30 0 0.21 213.96 0.5 0.58
Hex 60 8E CA 34 1E 0 15 D6 32 3A
Octal 140 216 312 64 36 0 25 326 62 72
Binary 1100000 10001110 11001010 110100 11110 0 10101 11010110 110010 111010

Color Harmonies of #608ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ECA

Black with #608ECA

Text Example


Text Example

White with #608ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608ECA; }

 p { color: rgb(96,142,202); }

 H1.HeaderClassName
 {
   color: #608ECA;
 }
 .AnyTagClassName
 {
   color: #608ECA;
 }
</style>

background-color css

<style>
 a { background-color: #608ECA; }

 a { background-color: rgb(96,142,202); }

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

border-color css

<style>
 span { border-color: #608ECA; }

 span { border-color: rgb(96,142,202); }

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