Html Css Color HEX #608FCE Danube

📋 copy color: '#608FCE'

red 96 ◦ green 143 ◦ blue 206

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

Shades of Danube #608FCE

Tints of Danube #608FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.13%

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

R = 21.57%
G = 32.13%
B = 46.29%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#608FCE (or 0x608FCE) is known color: Danube. HEX triplet: 60, 8F and CE. RGB value is (96,143,206). Sum of RGB (Red+Green+Blue) = 96+143+206=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #608FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FCE is #9F7031. Grayscale: #878787. Windows color (decimal): -10448946 or 13537120. OLE color: 13537120.

HSL color Cylindrical-coordinate representation of color #608FCE: hue angle of 214.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608FCE is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 143 206 -
CMYK 0.53 0.31 0 0.19
HSL 214.36º 0.53% 0.59% -
HSV(B) 214.36º 0.53% 0.81% -
XYZ 25.79 26.59 62.17 -
YUV 136.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 96 143 206 0.53 0.31 0 0.19 214.36 0.53 0.59
Hex 60 8F CE 35 1F 0 13 D6 35 3B
Octal 140 217 316 65 37 0 23 326 65 73
Binary 1100000 10001111 11001110 110101 11111 0 10011 11010110 110101 111011

Color Harmonies of #608FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FCE

Black with #608FCE

Text Example


Text Example

White with #608FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,143,206); }

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

background-color css

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

 a { background-color: rgb(96,143,206); }

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

border-color css

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

 span { border-color: rgb(96,143,206); }

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