Html Css Color HEX #6387BD Danube

📋 copy color: '#6387BD'

red 99 ◦ green 135 ◦ blue 189

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

Shades of Danube #6387BD

Tints of Danube #6387BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 23.4%
G = 31.91%
B = 44.68%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6387BD (or 0x6387BD) is known color: Danube. HEX triplet: 63, 87 and BD. RGB value is (99,135,189). Sum of RGB (Red+Green+Blue) = 99+135+189=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #6387BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6387BD is #9C7842. Grayscale: #828282. Windows color (decimal): -10254403 or 12420963. OLE color: 12420963.

HSL color Cylindrical-coordinate representation of color #6387BD: hue angle of 216º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6387BD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 135 189 -
CMYK 0.48 0.29 0 0.26
HSL 216º 0.41% 0.56% -
HSV(B) 216º 0.48% 0.74% -
XYZ 22.99 23.65 51.5 -
YUV 130.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 99 135 189 0.48 0.29 0 0.26 216 0.41 0.56
Hex 63 87 BD 30 1D 0 1A D8 29 38
Octal 143 207 275 60 35 0 32 330 51 70
Binary 1100011 10000111 10111101 110000 11101 0 11010 11011000 101001 111000

Color Harmonies of #6387BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6387BD

Black with #6387BD

Text Example


Text Example

White with #6387BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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