Html Css Color HEX #608CBD Danube

📋 copy color: '#608CBD'

red 96 ◦ green 140 ◦ blue 189

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

Shades of Danube #608CBD

Tints of Danube #608CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 22.59%
G = 32.94%
B = 44.47%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#608CBD (or 0x608CBD) is known color: Danube. HEX triplet: 60, 8C and BD. RGB value is (96,140,189). Sum of RGB (Red+Green+Blue) = 96+140+189=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #608CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CBD is #9F7342. Grayscale: #848484. Windows color (decimal): -10449731 or 12422240. OLE color: 12422240.

HSL color Cylindrical-coordinate representation of color #608CBD: hue angle of 211.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #608CBD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 140 189 -
CMYK 0.49 0.26 0 0.26
HSL 211.61º 0.41% 0.56% -
HSV(B) 211.61º 0.49% 0.74% -
XYZ 23.39 24.92 51.72 -
YUV 132.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 96 140 189 0.49 0.26 0 0.26 211.61 0.41 0.56
Hex 60 8C BD 31 1A 0 1A D4 29 38
Octal 140 214 275 61 32 0 32 324 51 70
Binary 1100000 10001100 10111101 110001 11010 0 11010 11010100 101001 111000

Color Harmonies of #608CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CBD

Black with #608CBD

Text Example


Text Example

White with #608CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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