Html Css Color HEX #6384B4 Danube

📋 copy color: '#6384B4'

red 99 ◦ green 132 ◦ blue 180

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

Shades of Danube #6384B4

Tints of Danube #6384B4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 24.09%
G = 32.12%
B = 43.8%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6384B4 (or 0x6384B4) is known color: Danube. HEX triplet: 63, 84 and B4. RGB value is (99,132,180). Sum of RGB (Red+Green+Blue) = 99+132+180=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #6384B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384B4 is #9C7B4B. Grayscale: #7F7F7F. Windows color (decimal): -10255180 or 11830371. OLE color: 11830371.

HSL color Cylindrical-coordinate representation of color #6384B4: hue angle of 215.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6384B4 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 132 180 -
CMYK 0.45 0.27 0 0.29
HSL 215.56º 0.35% 0.55% -
HSV(B) 215.56º 0.45% 0.71% -
XYZ 21.64 22.45 46.37 -
YUV 127.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 99 132 180 0.45 0.27 0 0.29 215.56 0.35 0.55
Hex 63 84 B4 2D 1B 0 1D D8 23 37
Octal 143 204 264 55 33 0 35 330 43 67
Binary 1100011 10000100 10110100 101101 11011 0 11101 11011000 100011 110111

Color Harmonies of #6384B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6384B4

Black with #6384B4

Text Example


Text Example

White with #6384B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6384B4; }

 p { color: rgb(99,132,180); }

 H1.HeaderClassName
 {
   color: #6384B4;
 }
 .AnyTagClassName
 {
   color: #6384B4;
 }
</style>

background-color css

<style>
 a { background-color: #6384B4; }

 a { background-color: rgb(99,132,180); }

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

border-color css

<style>
 span { border-color: #6384B4; }

 span { border-color: rgb(99,132,180); }

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