Html Css Color HEX #6368DA Slate Blue

📋 copy color: '#6368DA'

red 99 ◦ green 104 ◦ blue 218

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

Shades of Slate Blue #6368DA

Tints of Slate Blue #6368DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 23.52%
G = 24.7%
B = 51.78%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6368DA (or 0x6368DA) is known color: Slate Blue. HEX triplet: 63, 68 and DA. RGB value is (99,104,218). Sum of RGB (Red+Green+Blue) = 99+104+218=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #6368DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368DA is #9C9725. Grayscale: #737373. Windows color (decimal): -10262310 or 14313571. OLE color: 14313571.

HSL color Cylindrical-coordinate representation of color #6368DA: hue angle of 237.48º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6368DA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 104 218 -
CMYK 0.55 0.52 0 0.15
HSL 237.48º 0.62% 0.62% -
HSV(B) 237.48º 0.55% 0.85% -
XYZ 22.75 17.62 68.53 -
YUV 115.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 99 104 218 0.55 0.52 0 0.15 237.48 0.62 0.62
Hex 63 68 DA 37 34 0 F ED 3E 3E
Octal 143 150 332 67 64 0 17 355 76 76
Binary 1100011 1101000 11011010 110111 110100 0 1111 11101101 111110 111110

Color Harmonies of #6368DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368DA

Black with #6368DA

Text Example


Text Example

White with #6368DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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