Html Css Color HEX #608CCF Danube

📋 copy color: '#608CCF'

red 96 ◦ green 140 ◦ blue 207

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

Shades of Danube #608CCF

Tints of Danube #608CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 21.67%
G = 31.6%
B = 46.73%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#608CCF (or 0x608CCF) is known color: Danube. HEX triplet: 60, 8C and CF. RGB value is (96,140,207). Sum of RGB (Red+Green+Blue) = 96+140+207=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #608CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CCF is #9F7330. Grayscale: #868686. Windows color (decimal): -10449713 or 13601888. OLE color: 13601888.

HSL color Cylindrical-coordinate representation of color #608CCF: hue angle of 216.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #608CCF is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 140 207 -
CMYK 0.54 0.32 0 0.19
HSL 216.22º 0.54% 0.59% -
HSV(B) 216.22º 0.54% 0.81% -
XYZ 25.46 25.75 62.66 -
YUV 134.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 96 140 207 0.54 0.32 0 0.19 216.22 0.54 0.59
Hex 60 8C CF 36 20 0 13 D8 36 3B
Octal 140 214 317 66 40 0 23 330 66 73
Binary 1100000 10001100 11001111 110110 100000 0 10011 11011000 110110 111011

Color Harmonies of #608CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CCF

Black with #608CCF

Text Example


Text Example

White with #608CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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