Html Css Color HEX #6445CF Slate Blue

📋 copy color: '#6445CF'

red 100 ◦ green 69 ◦ blue 207

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

Shades of Slate Blue #6445CF

Tints of Slate Blue #6445CF

RGB

 RED value IS 100 (39.45% from 255) = 26.6%

 GREEN value IS 69 (27.34% from 255) = 18.35%

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

R = 26.6%
G = 18.35%
B = 55.05%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6445CF (or 0x6445CF) is known color: Slate Blue. HEX triplet: 64, 45 and CF. RGB value is (100,69,207). Sum of RGB (Red+Green+Blue) = 100+69+207=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #6445CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445CF is #9BBA30. Grayscale: #5D5D5D. Windows color (decimal): -10205745 or 13583716. OLE color: 13583716.

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

Color convert

RGB 100 69 207 -
CMYK 0.52 0.67 0 0.19
HSL 253.48º 0.59% 0.54% -
HSV(B) 253.48º 0.67% 0.81% -
XYZ 18.65 11.47 60.26 -
YUV 94 191.77 132.28 -
System Red Green Blue C M Y K H S L
Decimal 100 69 207 0.52 0.67 0 0.19 253.48 0.59 0.54
Hex 64 45 CF 34 43 0 13 FD 3B 36
Octal 144 105 317 64 103 0 23 375 73 66
Binary 1100100 1000101 11001111 110100 1000011 0 10011 11111101 111011 110110

Color Harmonies of #6445CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445CF

Black with #6445CF

Text Example


Text Example

White with #6445CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,69,207); }

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

background-color css

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

 a { background-color: rgb(100,69,207); }

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

border-color css

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

 span { border-color: rgb(100,69,207); }

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