Html Css Color HEX #6391CC Danube

📋 copy color: '#6391CC'

red 99 ◦ green 145 ◦ blue 204

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

Shades of Danube #6391CC

Tints of Danube #6391CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

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

R = 22.1%
G = 32.37%
B = 45.54%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6391CC (or 0x6391CC) is known color: Danube. HEX triplet: 63, 91 and CC. RGB value is (99,145,204). Sum of RGB (Red+Green+Blue) = 99+145+204=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #6391CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391CC is #9C6E33. Grayscale: #898989. Windows color (decimal): -10251828 or 13406563. OLE color: 13406563.

HSL color Cylindrical-coordinate representation of color #6391CC: hue angle of 213.71º 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 #6391CC is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 145 204 -
CMYK 0.51 0.29 0 0.2
HSL 213.71º 0.51% 0.59% -
HSV(B) 213.71º 0.51% 0.8% -
XYZ 26.17 27.26 61.01 -
YUV 137.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 99 145 204 0.51 0.29 0 0.2 213.71 0.51 0.59
Hex 63 91 CC 33 1D 0 14 D6 33 3B
Octal 143 221 314 63 35 0 24 326 63 73
Binary 1100011 10010001 11001100 110011 11101 0 10100 11010110 110011 111011

Color Harmonies of #6391CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6391CC

Black with #6391CC

Text Example


Text Example

White with #6391CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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