Html Css Color HEX #608BD1 Danube

📋 copy color: '#608BD1'

red 96 ◦ green 139 ◦ blue 209

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

Shades of Danube #608BD1

Tints of Danube #608BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 21.62%
G = 31.31%
B = 47.07%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#608BD1 (or 0x608BD1) is known color: Danube. HEX triplet: 60, 8B and D1. RGB value is (96,139,209). Sum of RGB (Red+Green+Blue) = 96+139+209=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #608BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BD1 is #9F742E. Grayscale: #858585. Windows color (decimal): -10449967 or 13732704. OLE color: 13732704.

HSL color Cylindrical-coordinate representation of color #608BD1: hue angle of 217.17º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #608BD1 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 139 209 -
CMYK 0.54 0.33 0 0.18
HSL 217.17º 0.55% 0.6% -
HSV(B) 217.17º 0.54% 0.82% -
XYZ 25.57 25.56 63.91 -
YUV 134.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 96 139 209 0.54 0.33 0 0.18 217.17 0.55 0.6
Hex 60 8B D1 36 21 0 12 D9 37 3C
Octal 140 213 321 66 41 0 22 331 67 74
Binary 1100000 10001011 11010001 110110 100001 0 10010 11011001 110111 111100

Color Harmonies of #608BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BD1

Black with #608BD1

Text Example


Text Example

White with #608BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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