Html Css Color HEX #6390BC Danube

📋 copy color: '#6390BC'

red 99 ◦ green 144 ◦ blue 188

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

Shades of Danube #6390BC

Tints of Danube #6390BC

RGB

 RED value IS 99 (39.06% from 255) = 22.97%

 GREEN value IS 144 (56.64% from 255) = 33.41%

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

R = 22.97%
G = 33.41%
B = 43.62%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6390BC (or 0x6390BC) is known color: Danube. HEX triplet: 63, 90 and BC. RGB value is (99,144,188). Sum of RGB (Red+Green+Blue) = 99+144+188=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #6390BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390BC is #9C6F43. Grayscale: #878787. Windows color (decimal): -10252100 or 12357731. OLE color: 12357731.

HSL color Cylindrical-coordinate representation of color #6390BC: hue angle of 209.66º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6390BC is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 144 188 -
CMYK 0.47 0.23 0 0.26
HSL 209.66º 0.4% 0.56% -
HSV(B) 209.66º 0.47% 0.74% -
XYZ 24.2 26.23 51.36 -
YUV 135.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 99 144 188 0.47 0.23 0 0.26 209.66 0.4 0.56
Hex 63 90 BC 2F 17 0 1A D2 28 38
Octal 143 220 274 57 27 0 32 322 50 70
Binary 1100011 10010000 10111100 101111 10111 0 11010 11010010 101000 111000

Color Harmonies of #6390BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390BC

Black with #6390BC

Text Example


Text Example

White with #6390BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6390BC; }

 p { color: rgb(99,144,188); }

 H1.HeaderClassName
 {
   color: #6390BC;
 }
 .AnyTagClassName
 {
   color: #6390BC;
 }
</style>

background-color css

<style>
 a { background-color: #6390BC; }

 a { background-color: rgb(99,144,188); }

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

border-color css

<style>
 span { border-color: #6390BC; }

 span { border-color: rgb(99,144,188); }

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