Html Css Color HEX #6390CE Danube

📋 copy color: '#6390CE'

red 99 ◦ green 144 ◦ blue 206

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

Shades of Danube #6390CE

Tints of Danube #6390CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 22.05%
G = 32.07%
B = 45.88%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6390CE (or 0x6390CE) is known color: Danube. HEX triplet: 63, 90 and CE. RGB value is (99,144,206). Sum of RGB (Red+Green+Blue) = 99+144+206=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #6390CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390CE is #9C6F31. Grayscale: #898989. Windows color (decimal): -10252082 or 13537379. OLE color: 13537379.

HSL color Cylindrical-coordinate representation of color #6390CE: hue angle of 214.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6390CE is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 144 206 -
CMYK 0.52 0.30 0 0.19
HSL 214.77º 0.52% 0.6% -
HSV(B) 214.77º 0.52% 0.81% -
XYZ 26.26 27.06 62.23 -
YUV 137.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 99 144 206 0.52 0.30 0 0.19 214.77 0.52 0.6
Hex 63 90 CE 34 1E 0 13 D7 34 3C
Octal 143 220 316 64 36 0 23 327 64 74
Binary 1100011 10010000 11001110 110100 11110 0 10011 11010111 110100 111100

Color Harmonies of #6390CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390CE

Black with #6390CE

Text Example


Text Example

White with #6390CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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