Html Css Color HEX #6393CC Danube

📋 copy color: '#6393CC'

red 99 ◦ green 147 ◦ blue 204

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

Shades of Danube #6393CC

Tints of Danube #6393CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 22%
G = 32.67%
B = 45.33%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6393CC (or 0x6393CC) is known color: Danube. HEX triplet: 63, 93 and CC. RGB value is (99,147,204). Sum of RGB (Red+Green+Blue) = 99+147+204=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6393CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393CC is #9C6C33. Grayscale: #8A8A8A. Windows color (decimal): -10251316 or 13407075. OLE color: 13407075.

HSL color Cylindrical-coordinate representation of color #6393CC: hue angle of 212.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6393CC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 147 204 -
CMYK 0.51 0.28 0 0.2
HSL 212.57º 0.51% 0.59% -
HSV(B) 212.57º 0.51% 0.8% -
XYZ 26.48 27.88 61.11 -
YUV 139.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 99 147 204 0.51 0.28 0 0.2 212.57 0.51 0.59
Hex 63 93 CC 33 1C 0 14 D5 33 3B
Octal 143 223 314 63 34 0 24 325 63 73
Binary 1100011 10010011 11001100 110011 11100 0 10100 11010101 110011 111011

Color Harmonies of #6393CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6393CC

Black with #6393CC

Text Example


Text Example

White with #6393CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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