Html Css Color HEX #6393CE Danube

📋 copy color: '#6393CE'

red 99 ◦ green 147 ◦ blue 206

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

Shades of Danube #6393CE

Tints of Danube #6393CE

RGB

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

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

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

R = 21.9%
G = 32.52%
B = 45.58%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6393CE (or 0x6393CE) is known color: Danube. HEX triplet: 63, 93 and CE. RGB value is (99,147,206). Sum of RGB (Red+Green+Blue) = 99+147+206=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6393CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393CE is #9C6C31. Grayscale: #8B8B8B. Windows color (decimal): -10251314 or 13538147. OLE color: 13538147.

HSL color Cylindrical-coordinate representation of color #6393CE: hue angle of 213.08º 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 #6393CE is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 147 206 -
CMYK 0.52 0.29 0 0.19
HSL 213.08º 0.52% 0.6% -
HSV(B) 213.08º 0.52% 0.81% -
XYZ 26.72 27.98 62.38 -
YUV 139.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 99 147 206 0.52 0.29 0 0.19 213.08 0.52 0.6
Hex 63 93 CE 34 1D 0 13 D5 34 3C
Octal 143 223 316 64 35 0 23 325 64 74
Binary 1100011 10010011 11001110 110100 11101 0 10011 11010101 110100 111100

Color Harmonies of #6393CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6393CE

Black with #6393CE

Text Example


Text Example

White with #6393CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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