Html Css Color HEX #6387BC Danube

📋 copy color: '#6387BC'

red 99 ◦ green 135 ◦ blue 188

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

Shades of Danube #6387BC

Tints of Danube #6387BC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.99%

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

R = 23.46%
G = 31.99%
B = 44.55%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6387BC (or 0x6387BC) is known color: Danube. HEX triplet: 63, 87 and BC. RGB value is (99,135,188). Sum of RGB (Red+Green+Blue) = 99+135+188=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #6387BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6387BC is #9C7843. Grayscale: #828282. Windows color (decimal): -10254404 or 12355427. OLE color: 12355427.

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

Color convert

RGB 99 135 188 -
CMYK 0.47 0.28 0 0.26
HSL 215.73º 0.4% 0.56% -
HSV(B) 215.73º 0.47% 0.74% -
XYZ 22.89 23.61 50.93 -
YUV 130.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 99 135 188 0.47 0.28 0 0.26 215.73 0.4 0.56
Hex 63 87 BC 2F 1C 0 1A D8 28 38
Octal 143 207 274 57 34 0 32 330 50 70
Binary 1100011 10000111 10111100 101111 11100 0 11010 11011000 101000 111000

Color Harmonies of #6387BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6387BC

Black with #6387BC

Text Example


Text Example

White with #6387BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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