Html Css Color HEX #608FCA Danube

📋 copy color: '#608FCA'

red 96 ◦ green 143 ◦ blue 202

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

Shades of Danube #608FCA

Tints of Danube #608FCA

RGB

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

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

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

R = 21.77%
G = 32.43%
B = 45.8%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#608FCA (or 0x608FCA) is known color: Danube. HEX triplet: 60, 8F and CA. RGB value is (96,143,202). Sum of RGB (Red+Green+Blue) = 96+143+202=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #608FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FCA is #9F7035. Grayscale: #878787. Windows color (decimal): -10448950 or 13274976. OLE color: 13274976.

HSL color Cylindrical-coordinate representation of color #608FCA: hue angle of 213.4º 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 #608FCA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 143 202 -
CMYK 0.52 0.29 0 0.21
HSL 213.4º 0.5% 0.58% -
HSV(B) 213.4º 0.52% 0.79% -
XYZ 25.31 26.4 59.64 -
YUV 135.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 96 143 202 0.52 0.29 0 0.21 213.4 0.5 0.58
Hex 60 8F CA 34 1D 0 15 D5 32 3A
Octal 140 217 312 64 35 0 25 325 62 72
Binary 1100000 10001111 11001010 110100 11101 0 10101 11010101 110010 111010

Color Harmonies of #608FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FCA

Black with #608FCA

Text Example


Text Example

White with #608FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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