Html Css Color HEX #608CC1 Danube

📋 copy color: '#608CC1'

red 96 ◦ green 140 ◦ blue 193

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

Shades of Danube #608CC1

Tints of Danube #608CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 22.38%
G = 32.63%
B = 44.99%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#608CC1 (or 0x608CC1) is known color: Danube. HEX triplet: 60, 8C and C1. RGB value is (96,140,193). Sum of RGB (Red+Green+Blue) = 96+140+193=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #608CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CC1 is #9F733E. Grayscale: #848484. Windows color (decimal): -10449727 or 12684384. OLE color: 12684384.

HSL color Cylindrical-coordinate representation of color #608CC1: hue angle of 212.78º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608CC1 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 140 193 -
CMYK 0.50 0.27 0 0.24
HSL 212.78º 0.44% 0.57% -
HSV(B) 212.78º 0.5% 0.76% -
XYZ 23.83 25.09 54.04 -
YUV 132.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 96 140 193 0.50 0.27 0 0.24 212.78 0.44 0.57
Hex 60 8C C1 32 1B 0 18 D5 2C 39
Octal 140 214 301 62 33 0 30 325 54 71
Binary 1100000 10001100 11000001 110010 11011 0 11000 11010101 101100 111001

Color Harmonies of #608CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CC1

Black with #608CC1

Text Example


Text Example

White with #608CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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