Html Css Color HEX #6452BF Slate Blue

📋 copy color: '#6452BF'

red 100 ◦ green 82 ◦ blue 191

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

Shades of Slate Blue #6452BF

Tints of Slate Blue #6452BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 191 (75% from 255) = 51.21%

R = 26.81%
G = 21.98%
B = 51.21%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6452BF (or 0x6452BF) is known color: Slate Blue. HEX triplet: 64, 52 and BF. RGB value is (100,82,191). Sum of RGB (Red+Green+Blue) = 100+82+191=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #6452BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452BF is #9BAD40. Grayscale: #636363. Windows color (decimal): -10202433 or 12538468. OLE color: 12538468.

HSL color Cylindrical-coordinate representation of color #6452BF: hue angle of 249.91º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6452BF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 82 191 -
CMYK 0.48 0.57 0 0.25
HSL 249.91º 0.46% 0.54% -
HSV(B) 249.91º 0.57% 0.75% -
XYZ 17.68 12.51 50.77 -
YUV 99.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 100 82 191 0.48 0.57 0 0.25 249.91 0.46 0.54
Hex 64 52 BF 30 39 0 19 FA 2E 36
Octal 144 122 277 60 71 0 31 372 56 66
Binary 1100100 1010010 10111111 110000 111001 0 11001 11111010 101110 110110

Color Harmonies of #6452BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452BF

Black with #6452BF

Text Example


Text Example

White with #6452BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6452BF; }

 p { color: rgb(100,82,191); }

 H1.HeaderClassName
 {
   color: #6452BF;
 }
 .AnyTagClassName
 {
   color: #6452BF;
 }
</style>

background-color css

<style>
 a { background-color: #6452BF; }

 a { background-color: rgb(100,82,191); }

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

border-color css

<style>
 span { border-color: #6452BF; }

 span { border-color: rgb(100,82,191); }

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