Html Css Color HEX #608BCD Danube

📋 copy color: '#608BCD'

red 96 ◦ green 139 ◦ blue 205

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

Shades of Danube #608BCD

Tints of Danube #608BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 21.82%
G = 31.59%
B = 46.59%

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

#608BCD (or 0x608BCD) is known color: Danube. HEX triplet: 60, 8B and CD. RGB value is (96,139,205). Sum of RGB (Red+Green+Blue) = 96+139+205=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #608BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BCD is #9F7432. Grayscale: #858585. Windows color (decimal): -10449971 or 13470560. OLE color: 13470560.

HSL color Cylindrical-coordinate representation of color #608BCD: hue angle of 216.33º degrees, saturation: 0.52, 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 #608BCD is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 139 205 -
CMYK 0.53 0.32 0 0.20
HSL 216.33º 0.52% 0.59% -
HSV(B) 216.33º 0.53% 0.8% -
XYZ 25.08 25.36 61.33 -
YUV 133.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 96 139 205 0.53 0.32 0 0.20 216.33 0.52 0.59
Hex 60 8B CD 35 20 0 14 D8 34 3B
Octal 140 213 315 65 40 0 24 330 64 73
Binary 1100000 10001011 11001101 110101 100000 0 10100 11011000 110100 111011

Color Harmonies of #608BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BCD

Black with #608BCD

Text Example


Text Example

White with #608BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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