Html Css Color HEX #6392CD Danube

📋 copy color: '#6392CD'

red 99 ◦ green 146 ◦ blue 205

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

Shades of Danube #6392CD

Tints of Danube #6392CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 22%
G = 32.44%
B = 45.56%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6392CD (or 0x6392CD) is known color: Danube. HEX triplet: 63, 92 and CD. RGB value is (99,146,205). Sum of RGB (Red+Green+Blue) = 99+146+205=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #6392CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392CD is #9C6D32. Grayscale: #8A8A8A. Windows color (decimal): -10251571 or 13472355. OLE color: 13472355.

HSL color Cylindrical-coordinate representation of color #6392CD: hue angle of 213.4º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6392CD is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 146 205 -
CMYK 0.52 0.29 0 0.20
HSL 213.4º 0.51% 0.6% -
HSV(B) 213.4º 0.52% 0.8% -
XYZ 26.44 27.62 61.69 -
YUV 138.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 99 146 205 0.52 0.29 0 0.20 213.4 0.51 0.6
Hex 63 92 CD 34 1D 0 14 D5 33 3C
Octal 143 222 315 64 35 0 24 325 63 74
Binary 1100011 10010010 11001101 110100 11101 0 10100 11010101 110011 111100

Color Harmonies of #6392CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6392CD

Black with #6392CD

Text Example


Text Example

White with #6392CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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