Html Css Color HEX #6393CA Danube

📋 copy color: '#6393CA'

red 99 ◦ green 147 ◦ blue 202

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

Shades of Danube #6393CA

Tints of Danube #6393CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 22.1%
G = 32.81%
B = 45.09%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6393CA (or 0x6393CA) is known color: Danube. HEX triplet: 63, 93 and CA. RGB value is (99,147,202). Sum of RGB (Red+Green+Blue) = 99+147+202=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6393CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393CA is #9C6C35. Grayscale: #8A8A8A. Windows color (decimal): -10251318 or 13276003. OLE color: 13276003.

HSL color Cylindrical-coordinate representation of color #6393CA: hue angle of 212.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6393CA is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 147 202 -
CMYK 0.51 0.27 0 0.21
HSL 212.04º 0.49% 0.59% -
HSV(B) 212.04º 0.51% 0.79% -
XYZ 26.24 27.78 59.86 -
YUV 138.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 99 147 202 0.51 0.27 0 0.21 212.04 0.49 0.59
Hex 63 93 CA 33 1B 0 15 D4 31 3B
Octal 143 223 312 63 33 0 25 324 61 73
Binary 1100011 10010011 11001010 110011 11011 0 10101 11010100 110001 111011

Color Harmonies of #6393CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6393CA

Black with #6393CA

Text Example


Text Example

White with #6393CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6393CA; }

 p { color: rgb(99,147,202); }

 H1.HeaderClassName
 {
   color: #6393CA;
 }
 .AnyTagClassName
 {
   color: #6393CA;
 }
</style>

background-color css

<style>
 a { background-color: #6393CA; }

 a { background-color: rgb(99,147,202); }

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

border-color css

<style>
 span { border-color: #6393CA; }

 span { border-color: rgb(99,147,202); }

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