Html Css Color HEX #608CBB Danube

📋 copy color: '#608CBB'

red 96 ◦ green 140 ◦ blue 187

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

Shades of Danube #608CBB

Tints of Danube #608CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 22.7%
G = 33.1%
B = 44.21%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#608CBB (or 0x608CBB) is known color: Danube. HEX triplet: 60, 8C and BB. RGB value is (96,140,187). Sum of RGB (Red+Green+Blue) = 96+140+187=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #608CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CBB is #9F7344. Grayscale: #838383. Windows color (decimal): -10449733 or 12291168. OLE color: 12291168.

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

Color convert

RGB 96 140 187 -
CMYK 0.49 0.25 0 0.27
HSL 210.99º 0.4% 0.55% -
HSV(B) 210.99º 0.49% 0.73% -
XYZ 23.17 24.83 50.59 -
YUV 132.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 96 140 187 0.49 0.25 0 0.27 210.99 0.4 0.55
Hex 60 8C BB 31 19 0 1B D3 28 37
Octal 140 214 273 61 31 0 33 323 50 67
Binary 1100000 10001100 10111011 110001 11001 0 11011 11010011 101000 110111

Color Harmonies of #608CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CBB

Black with #608CBB

Text Example


Text Example

White with #608CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,140,187); }

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

background-color css

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

 a { background-color: rgb(96,140,187); }

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

border-color css

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

 span { border-color: rgb(96,140,187); }

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