Html Css Color HEX #6391CB Danube

📋 copy color: '#6391CB'

red 99 ◦ green 145 ◦ blue 203

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

Shades of Danube #6391CB

Tints of Danube #6391CB

RGB

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

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

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

R = 22.15%
G = 32.44%
B = 45.41%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6391CB (or 0x6391CB) is known color: Danube. HEX triplet: 63, 91 and CB. RGB value is (99,145,203). Sum of RGB (Red+Green+Blue) = 99+145+203=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #6391CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391CB is #9C6E34. Grayscale: #898989. Windows color (decimal): -10251829 or 13341027. OLE color: 13341027.

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

Color convert

RGB 99 145 203 -
CMYK 0.51 0.29 0 0.20
HSL 213.46º 0.5% 0.59% -
HSV(B) 213.46º 0.51% 0.8% -
XYZ 26.05 27.22 60.38 -
YUV 137.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 99 145 203 0.51 0.29 0 0.20 213.46 0.5 0.59
Hex 63 91 CB 33 1D 0 14 D5 32 3B
Octal 143 221 313 63 35 0 24 325 62 73
Binary 1100011 10010001 11001011 110011 11101 0 10100 11010101 110010 111011

Color Harmonies of #6391CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6391CB

Black with #6391CB

Text Example


Text Example

White with #6391CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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