Html Css Color HEX #6392CF Danube

📋 copy color: '#6392CF'

red 99 ◦ green 146 ◦ blue 207

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

Shades of Danube #6392CF

Tints of Danube #6392CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.3%

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 21.9%
G = 32.3%
B = 45.8%

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

#6392CF (or 0x6392CF) is known color: Danube. HEX triplet: 63, 92 and CF. RGB value is (99,146,207). Sum of RGB (Red+Green+Blue) = 99+146+207=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #6392CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392CF is #9C6D30. Grayscale: #8A8A8A. Windows color (decimal): -10251569 or 13603427. OLE color: 13603427.

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

Color convert

RGB 99 146 207 -
CMYK 0.52 0.29 0 0.19
HSL 213.89º 0.53% 0.6% -
HSV(B) 213.89º 0.52% 0.81% -
XYZ 26.69 27.72 62.97 -
YUV 138.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 99 146 207 0.52 0.29 0 0.19 213.89 0.53 0.6
Hex 63 92 CF 34 1D 0 13 D6 35 3C
Octal 143 222 317 64 35 0 23 326 65 74
Binary 1100011 10010010 11001111 110100 11101 0 10011 11010110 110101 111100

Color Harmonies of #6392CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6392CF

Black with #6392CF

Text Example


Text Example

White with #6392CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6392CF; }

 p { color: rgb(99,146,207); }

 H1.HeaderClassName
 {
   color: #6392CF;
 }
 .AnyTagClassName
 {
   color: #6392CF;
 }
</style>

background-color css

<style>
 a { background-color: #6392CF; }

 a { background-color: rgb(99,146,207); }

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

border-color css

<style>
 span { border-color: #6392CF; }

 span { border-color: rgb(99,146,207); }

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