Html Css Color HEX #608BCB Danube

📋 copy color: '#608BCB'

red 96 ◦ green 139 ◦ blue 203

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

Shades of Danube #608BCB

Tints of Danube #608BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 21.92%
G = 31.74%
B = 46.35%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#608BCB (or 0x608BCB) is known color: Danube. HEX triplet: 60, 8B and CB. RGB value is (96,139,203). Sum of RGB (Red+Green+Blue) = 96+139+203=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #608BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BCB is #9F7434. Grayscale: #858585. Windows color (decimal): -10449973 or 13339488. OLE color: 13339488.

HSL color Cylindrical-coordinate representation of color #608BCB: hue angle of 215.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608BCB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 139 203 -
CMYK 0.53 0.32 0 0.20
HSL 215.89º 0.51% 0.59% -
HSV(B) 215.89º 0.53% 0.8% -
XYZ 24.84 25.26 60.07 -
YUV 133.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 96 139 203 0.53 0.32 0 0.20 215.89 0.51 0.59
Hex 60 8B CB 35 20 0 14 D8 33 3B
Octal 140 213 313 65 40 0 24 330 63 73
Binary 1100000 10001011 11001011 110101 100000 0 10100 11011000 110011 111011

Color Harmonies of #608BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BCB

Black with #608BCB

Text Example


Text Example

White with #608BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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