Html Css Color HEX #6368DF Slate Blue

📋 copy color: '#6368DF'

red 99 ◦ green 104 ◦ blue 223

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

Shades of Slate Blue #6368DF

Tints of Slate Blue #6368DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 23.24%
G = 24.41%
B = 52.35%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6368DF (or 0x6368DF) is known color: Slate Blue. HEX triplet: 63, 68 and DF. RGB value is (99,104,223). Sum of RGB (Red+Green+Blue) = 99+104+223=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #6368DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368DF is #9C9720. Grayscale: #737373. Windows color (decimal): -10262305 or 14641251. OLE color: 14641251.

HSL color Cylindrical-coordinate representation of color #6368DF: hue angle of 237.58º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6368DF is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 104 223 -
CMYK 0.56 0.53 0 0.13
HSL 237.58º 0.66% 0.63% -
HSV(B) 237.58º 0.56% 0.87% -
XYZ 23.42 17.88 72.03 -
YUV 116.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 99 104 223 0.56 0.53 0 0.13 237.58 0.66 0.63
Hex 63 68 DF 38 35 0 D EE 42 3F
Octal 143 150 337 70 65 0 15 356 102 77
Binary 1100011 1101000 11011111 111000 110101 0 1101 11101110 1000010 111111

Color Harmonies of #6368DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368DF

Black with #6368DF

Text Example


Text Example

White with #6368DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6368DF; }

 p { color: rgb(99,104,223); }

 H1.HeaderClassName
 {
   color: #6368DF;
 }
 .AnyTagClassName
 {
   color: #6368DF;
 }
</style>

background-color css

<style>
 a { background-color: #6368DF; }

 a { background-color: rgb(99,104,223); }

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

border-color css

<style>
 span { border-color: #6368DF; }

 span { border-color: rgb(99,104,223); }

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