Html Css Color HEX #608BC5 Danube

📋 copy color: '#608BC5'

red 96 ◦ green 139 ◦ blue 197

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

Shades of Danube #608BC5

Tints of Danube #608BC5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 22.22%
G = 32.18%
B = 45.6%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#608BC5 (or 0x608BC5) is known color: Danube. HEX triplet: 60, 8B and C5. RGB value is (96,139,197). Sum of RGB (Red+Green+Blue) = 96+139+197=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #608BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BC5 is #9F743A. Grayscale: #848484. Windows color (decimal): -10449979 or 12946272. OLE color: 12946272.

HSL color Cylindrical-coordinate representation of color #608BC5: hue angle of 214.46º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #608BC5 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 139 197 -
CMYK 0.51 0.29 0 0.23
HSL 214.46º 0.47% 0.57% -
HSV(B) 214.46º 0.51% 0.77% -
XYZ 24.13 24.98 56.37 -
YUV 132.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 96 139 197 0.51 0.29 0 0.23 214.46 0.47 0.57
Hex 60 8B C5 33 1D 0 17 D6 2F 39
Octal 140 213 305 63 35 0 27 326 57 71
Binary 1100000 10001011 11000101 110011 11101 0 10111 11010110 101111 111001

Color Harmonies of #608BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BC5

Black with #608BC5

Text Example


Text Example

White with #608BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,197); }

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

background-color css

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

 a { background-color: rgb(96,139,197); }

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

border-color css

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

 span { border-color: rgb(96,139,197); }

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