Html Css Color HEX #608ACF Danube

📋 copy color: '#608ACF'

red 96 ◦ green 138 ◦ blue 207

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

Shades of Danube #608ACF

Tints of Danube #608ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

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

R = 21.77%
G = 31.29%
B = 46.94%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#608ACF (or 0x608ACF) is known color: Danube. HEX triplet: 60, 8A and CF. RGB value is (96,138,207). Sum of RGB (Red+Green+Blue) = 96+138+207=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #608ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ACF is #9F7530. Grayscale: #848484. Windows color (decimal): -10450225 or 13601376. OLE color: 13601376.

HSL color Cylindrical-coordinate representation of color #608ACF: hue angle of 217.3º 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 #608ACF is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 138 207 -
CMYK 0.54 0.33 0 0.19
HSL 217.3º 0.54% 0.59% -
HSV(B) 217.3º 0.54% 0.81% -
XYZ 25.17 25.17 62.56 -
YUV 133.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 96 138 207 0.54 0.33 0 0.19 217.3 0.54 0.59
Hex 60 8A CF 36 21 0 13 D9 36 3B
Octal 140 212 317 66 41 0 23 331 66 73
Binary 1100000 10001010 11001111 110110 100001 0 10011 11011001 110110 111011

Color Harmonies of #608ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ACF

Black with #608ACF

Text Example


Text Example

White with #608ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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