Html Css Color HEX #608BCC Danube

📋 copy color: '#608BCC'

red 96 ◦ green 139 ◦ blue 204

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

Shades of Danube #608BCC

Tints of Danube #608BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 21.87%
G = 31.66%
B = 46.47%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#608BCC (or 0x608BCC) is known color: Danube. HEX triplet: 60, 8B and CC. RGB value is (96,139,204). Sum of RGB (Red+Green+Blue) = 96+139+204=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #608BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BCC is #9F7433. Grayscale: #858585. Windows color (decimal): -10449972 or 13405024. OLE color: 13405024.

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

Color convert

RGB 96 139 204 -
CMYK 0.53 0.32 0 0.2
HSL 216.11º 0.51% 0.59% -
HSV(B) 216.11º 0.53% 0.8% -
XYZ 24.96 25.31 60.7 -
YUV 133.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 96 139 204 0.53 0.32 0 0.2 216.11 0.51 0.59
Hex 60 8B CC 35 20 0 14 D8 33 3B
Octal 140 213 314 65 40 0 24 330 63 73
Binary 1100000 10001011 11001100 110101 100000 0 10100 11011000 110011 111011

Color Harmonies of #608BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BCC

Black with #608BCC

Text Example


Text Example

White with #608BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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