Html Css Color HEX #608ABB Danube

📋 copy color: '#608ABB'

red 96 ◦ green 138 ◦ blue 187

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

Shades of Danube #608ABB

Tints of Danube #608ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

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

R = 22.8%
G = 32.78%
B = 44.42%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#608ABB (or 0x608ABB) is known color: Danube. HEX triplet: 60, 8A and BB. RGB value is (96,138,187). Sum of RGB (Red+Green+Blue) = 96+138+187=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #608ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ABB is #9F7544. Grayscale: #828282. Windows color (decimal): -10450245 or 12290656. OLE color: 12290656.

HSL color Cylindrical-coordinate representation of color #608ABB: hue angle of 212.31º 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 #608ABB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 138 187 -
CMYK 0.49 0.26 0 0.27
HSL 212.31º 0.4% 0.55% -
HSV(B) 212.31º 0.49% 0.73% -
XYZ 22.88 24.25 50.49 -
YUV 131.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 96 138 187 0.49 0.26 0 0.27 212.31 0.4 0.55
Hex 60 8A BB 31 1A 0 1B D4 28 37
Octal 140 212 273 61 32 0 33 324 50 67
Binary 1100000 10001010 10111011 110001 11010 0 11011 11010100 101000 110111

Color Harmonies of #608ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ABB

Black with #608ABB

Text Example


Text Example

White with #608ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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