Html Css Color HEX #608CBC Danube

📋 copy color: '#608CBC'

red 96 ◦ green 140 ◦ blue 188

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

Shades of Danube #608CBC

Tints of Danube #608CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 22.64%
G = 33.02%
B = 44.34%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#608CBC (or 0x608CBC) is known color: Danube. HEX triplet: 60, 8C and BC. RGB value is (96,140,188). Sum of RGB (Red+Green+Blue) = 96+140+188=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #608CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CBC is #9F7343. Grayscale: #848484. Windows color (decimal): -10449732 or 12356704. OLE color: 12356704.

HSL color Cylindrical-coordinate representation of color #608CBC: hue angle of 211.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #608CBC is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 140 188 -
CMYK 0.49 0.26 0 0.26
HSL 211.3º 0.41% 0.56% -
HSV(B) 211.3º 0.49% 0.74% -
XYZ 23.28 24.87 51.15 -
YUV 132.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 96 140 188 0.49 0.26 0 0.26 211.3 0.41 0.56
Hex 60 8C BC 31 1A 0 1A D3 29 38
Octal 140 214 274 61 32 0 32 323 51 70
Binary 1100000 10001100 10111100 110001 11010 0 11010 11010011 101001 111000

Color Harmonies of #608CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CBC

Black with #608CBC

Text Example


Text Example

White with #608CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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