Html Css Color HEX #608BBF Danube

📋 copy color: '#608BBF'

red 96 ◦ green 139 ◦ blue 191

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

Shades of Danube #608BBF

Tints of Danube #608BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 22.54%
G = 32.63%
B = 44.84%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#608BBF (or 0x608BBF) is known color: Danube. HEX triplet: 60, 8B and BF. RGB value is (96,139,191). Sum of RGB (Red+Green+Blue) = 96+139+191=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #608BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BBF is #9F7440. Grayscale: #838383. Windows color (decimal): -10449985 or 12553056. OLE color: 12553056.

HSL color Cylindrical-coordinate representation of color #608BBF: hue angle of 212.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608BBF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 139 191 -
CMYK 0.50 0.27 0 0.25
HSL 212.84º 0.43% 0.56% -
HSV(B) 212.84º 0.5% 0.75% -
XYZ 23.46 24.71 52.82 -
YUV 132.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 96 139 191 0.50 0.27 0 0.25 212.84 0.43 0.56
Hex 60 8B BF 32 1B 0 19 D5 2B 38
Octal 140 213 277 62 33 0 31 325 53 70
Binary 1100000 10001011 10111111 110010 11011 0 11001 11010101 101011 111000

Color Harmonies of #608BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BBF

Black with #608BBF

Text Example


Text Example

White with #608BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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