Html Css Color HEX #608BC3 Danube

📋 copy color: '#608BC3'

red 96 ◦ green 139 ◦ blue 195

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

Shades of Danube #608BC3

Tints of Danube #608BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.35%

R = 22.33%
G = 32.33%
B = 45.35%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#608BC3 (or 0x608BC3) is known color: Danube. HEX triplet: 60, 8B and C3. RGB value is (96,139,195). Sum of RGB (Red+Green+Blue) = 96+139+195=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #608BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BC3 is #9F743C. Grayscale: #848484. Windows color (decimal): -10449981 or 12815200. OLE color: 12815200.

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

Color convert

RGB 96 139 195 -
CMYK 0.51 0.29 0 0.24
HSL 213.94º 0.45% 0.57% -
HSV(B) 213.94º 0.51% 0.76% -
XYZ 23.91 24.89 55.17 -
YUV 132.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 96 139 195 0.51 0.29 0 0.24 213.94 0.45 0.57
Hex 60 8B C3 33 1D 0 18 D6 2D 39
Octal 140 213 303 63 35 0 30 326 55 71
Binary 1100000 10001011 11000011 110011 11101 0 11000 11010110 101101 111001

Color Harmonies of #608BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BC3

Black with #608BC3

Text Example


Text Example

White with #608BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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