Html Css Color HEX #6385BC Danube

📋 copy color: '#6385BC'

red 99 ◦ green 133 ◦ blue 188

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

Shades of Danube #6385BC

Tints of Danube #6385BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 23.57%
G = 31.67%
B = 44.76%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6385BC (or 0x6385BC) is known color: Danube. HEX triplet: 63, 85 and BC. RGB value is (99,133,188). Sum of RGB (Red+Green+Blue) = 99+133+188=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6385BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385BC is #9C7A43. Grayscale: #808080. Windows color (decimal): -10254916 or 12354915. OLE color: 12354915.

HSL color Cylindrical-coordinate representation of color #6385BC: hue angle of 217.08º 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 #6385BC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 133 188 -
CMYK 0.47 0.29 0 0.26
HSL 217.08º 0.4% 0.56% -
HSV(B) 217.08º 0.47% 0.74% -
XYZ 22.61 23.06 50.84 -
YUV 129.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 99 133 188 0.47 0.29 0 0.26 217.08 0.4 0.56
Hex 63 85 BC 2F 1D 0 1A D9 28 38
Octal 143 205 274 57 35 0 32 331 50 70
Binary 1100011 10000101 10111100 101111 11101 0 11010 11011001 101000 111000

Color Harmonies of #6385BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6385BC

Black with #6385BC

Text Example


Text Example

White with #6385BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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