Html Css Color HEX #6387CF Danube

📋 copy color: '#6387CF'

red 99 ◦ green 135 ◦ blue 207

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

Shades of Danube #6387CF

Tints of Danube #6387CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 22.45%
G = 30.61%
B = 46.94%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6387CF (or 0x6387CF) is known color: Danube. HEX triplet: 63, 87 and CF. RGB value is (99,135,207). Sum of RGB (Red+Green+Blue) = 99+135+207=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #6387CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6387CF is #9C7830. Grayscale: #848484. Windows color (decimal): -10254385 or 13600611. OLE color: 13600611.

HSL color Cylindrical-coordinate representation of color #6387CF: hue angle of 220º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6387CF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 135 207 -
CMYK 0.52 0.35 0 0.19
HSL 220º 0.53% 0.6% -
HSV(B) 220º 0.52% 0.81% -
XYZ 25.07 24.49 62.44 -
YUV 132.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 99 135 207 0.52 0.35 0 0.19 220 0.53 0.6
Hex 63 87 CF 34 23 0 13 DC 35 3C
Octal 143 207 317 64 43 0 23 334 65 74
Binary 1100011 10000111 11001111 110100 100011 0 10011 11011100 110101 111100

Color Harmonies of #6387CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6387CF

Black with #6387CF

Text Example


Text Example

White with #6387CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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