Html Css Color HEX #6369DF Slate Blue

📋 copy color: '#6369DF'

red 99 ◦ green 105 ◦ blue 223

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

Shades of Slate Blue #6369DF

Tints of Slate Blue #6369DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.59%

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

R = 23.19%
G = 24.59%
B = 52.22%

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

#6369DF (or 0x6369DF) is known color: Slate Blue. HEX triplet: 63, 69 and DF. RGB value is (99,105,223). Sum of RGB (Red+Green+Blue) = 99+105+223=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #6369DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369DF is #9C9620. Grayscale: #747474. Windows color (decimal): -10262049 or 14641507. OLE color: 14641507.

HSL color Cylindrical-coordinate representation of color #6369DF: hue angle of 237.1º 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 #6369DF is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 105 223 -
CMYK 0.56 0.53 0 0.13
HSL 237.1º 0.66% 0.63% -
HSV(B) 237.1º 0.56% 0.87% -
XYZ 23.52 18.08 72.06 -
YUV 116.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 99 105 223 0.56 0.53 0 0.13 237.1 0.66 0.63
Hex 63 69 DF 38 35 0 D ED 42 3F
Octal 143 151 337 70 65 0 15 355 102 77
Binary 1100011 1101001 11011111 111000 110101 0 1101 11101101 1000010 111111

Color Harmonies of #6369DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6369DF

Black with #6369DF

Text Example


Text Example

White with #6369DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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