Html Css Color HEX #6384BC Danube

📋 copy color: '#6384BC'

red 99 ◦ green 132 ◦ blue 188

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

Shades of Danube #6384BC

Tints of Danube #6384BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 23.63%
G = 31.5%
B = 44.87%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6384BC (or 0x6384BC) is known color: Danube. HEX triplet: 63, 84 and BC. RGB value is (99,132,188). Sum of RGB (Red+Green+Blue) = 99+132+188=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #6384BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384BC is #9C7B43. Grayscale: #808080. Windows color (decimal): -10255172 or 12354659. OLE color: 12354659.

HSL color Cylindrical-coordinate representation of color #6384BC: hue angle of 217.75º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6384BC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 132 188 -
CMYK 0.47 0.30 0 0.26
HSL 217.75º 0.4% 0.56% -
HSV(B) 217.75º 0.47% 0.74% -
XYZ 22.47 22.79 50.79 -
YUV 128.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 99 132 188 0.47 0.30 0 0.26 217.75 0.4 0.56
Hex 63 84 BC 2F 1E 0 1A DA 28 38
Octal 143 204 274 57 36 0 32 332 50 70
Binary 1100011 10000100 10111100 101111 11110 0 11010 11011010 101000 111000

Color Harmonies of #6384BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6384BC

Black with #6384BC

Text Example


Text Example

White with #6384BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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