Html Css Color HEX #608FB9 Danube

📋 copy color: '#608FB9'

red 96 ◦ green 143 ◦ blue 185

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

Shades of Danube #608FB9

Tints of Danube #608FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 22.64%
G = 33.73%
B = 43.63%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#608FB9 (or 0x608FB9) is known color: Danube. HEX triplet: 60, 8F and B9. RGB value is (96,143,185). Sum of RGB (Red+Green+Blue) = 96+143+185=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #608FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FB9 is #9F7046. Grayscale: #858585. Windows color (decimal): -10448967 or 12160864. OLE color: 12160864.

HSL color Cylindrical-coordinate representation of color #608FB9: hue angle of 208.31º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608FB9 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 143 185 -
CMYK 0.48 0.23 0 0.27
HSL 208.31º 0.39% 0.55% -
HSV(B) 208.31º 0.48% 0.73% -
XYZ 23.4 25.63 49.61 -
YUV 133.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 96 143 185 0.48 0.23 0 0.27 208.31 0.39 0.55
Hex 60 8F B9 30 17 0 1B D0 27 37
Octal 140 217 271 60 27 0 33 320 47 67
Binary 1100000 10001111 10111001 110000 10111 0 11011 11010000 100111 110111

Color Harmonies of #608FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FB9

Black with #608FB9

Text Example


Text Example

White with #608FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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