Html Css Color HEX #6386CB Danube

📋 copy color: '#6386CB'

red 99 ◦ green 134 ◦ blue 203

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

Shades of Danube #6386CB

Tints of Danube #6386CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 22.71%
G = 30.73%
B = 46.56%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6386CB (or 0x6386CB) is known color: Danube. HEX triplet: 63, 86 and CB. RGB value is (99,134,203). Sum of RGB (Red+Green+Blue) = 99+134+203=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6386CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6386CB is #9C7934. Grayscale: #838383. Windows color (decimal): -10254645 or 13338211. OLE color: 13338211.

HSL color Cylindrical-coordinate representation of color #6386CB: hue angle of 219.81º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6386CB is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 134 203 -
CMYK 0.51 0.34 0 0.20
HSL 219.81º 0.5% 0.59% -
HSV(B) 219.81º 0.51% 0.8% -
XYZ 24.45 24.01 59.85 -
YUV 131.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 99 134 203 0.51 0.34 0 0.20 219.81 0.5 0.59
Hex 63 86 CB 33 22 0 14 DC 32 3B
Octal 143 206 313 63 42 0 24 334 62 73
Binary 1100011 10000110 11001011 110011 100010 0 10100 11011100 110010 111011

Color Harmonies of #6386CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6386CB

Black with #6386CB

Text Example


Text Example

White with #6386CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6386CB; }

 p { color: rgb(99,134,203); }

 H1.HeaderClassName
 {
   color: #6386CB;
 }
 .AnyTagClassName
 {
   color: #6386CB;
 }
</style>

background-color css

<style>
 a { background-color: #6386CB; }

 a { background-color: rgb(99,134,203); }

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

border-color css

<style>
 span { border-color: #6386CB; }

 span { border-color: rgb(99,134,203); }

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