Html Css Color HEX #6393CB Danube

📋 copy color: '#6393CB'

red 99 ◦ green 147 ◦ blue 203

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

Shades of Danube #6393CB

Tints of Danube #6393CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 22.05%
G = 32.74%
B = 45.21%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6393CB (or 0x6393CB) is known color: Danube. HEX triplet: 63, 93 and CB. RGB value is (99,147,203). Sum of RGB (Red+Green+Blue) = 99+147+203=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #6393CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393CB is #9C6C34. Grayscale: #8A8A8A. Windows color (decimal): -10251317 or 13341539. OLE color: 13341539.

HSL color Cylindrical-coordinate representation of color #6393CB: hue angle of 212.31º degrees, saturation: 0.5, 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 #6393CB is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 147 203 -
CMYK 0.51 0.28 0 0.20
HSL 212.31º 0.5% 0.59% -
HSV(B) 212.31º 0.51% 0.8% -
XYZ 26.36 27.83 60.48 -
YUV 139.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 99 147 203 0.51 0.28 0 0.20 212.31 0.5 0.59
Hex 63 93 CB 33 1C 0 14 D4 32 3B
Octal 143 223 313 63 34 0 24 324 62 73
Binary 1100011 10010011 11001011 110011 11100 0 10100 11010100 110010 111011

Color Harmonies of #6393CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6393CB

Black with #6393CB

Text Example


Text Example

White with #6393CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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