Html Css Color HEX #6753BF Slate Blue

📋 copy color: '#6753BF'

red 103 ◦ green 83 ◦ blue 191

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

Shades of Slate Blue #6753BF

Tints of Slate Blue #6753BF

RGB

 RED value IS 103 (40.63% from 255) = 27.32%

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 27.32%
G = 22.02%
B = 50.66%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6753BF (or 0x6753BF) is known color: Slate Blue. HEX triplet: 67, 53 and BF. RGB value is (103,83,191). Sum of RGB (Red+Green+Blue) = 103+83+191=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #6753BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6753BF is #98AC40. Grayscale: #646464. Windows color (decimal): -10005569 or 12538727. OLE color: 12538727.

HSL color Cylindrical-coordinate representation of color #6753BF: hue angle of 251.11º 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 #6753BF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 83 191 -
CMYK 0.46 0.57 0 0.25
HSL 251.11º 0.46% 0.54% -
HSV(B) 251.11º 0.57% 0.75% -
XYZ 18.09 12.83 50.81 -
YUV 101.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 103 83 191 0.46 0.57 0 0.25 251.11 0.46 0.54
Hex 67 53 BF 2E 39 0 19 FB 2E 36
Octal 147 123 277 56 71 0 31 373 56 66
Binary 1100111 1010011 10111111 101110 111001 0 11001 11111011 101110 110110

Color Harmonies of #6753BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6753BF

Black with #6753BF

Text Example


Text Example

White with #6753BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,83,191); }

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

background-color css

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

 a { background-color: rgb(103,83,191); }

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

border-color css

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

 span { border-color: rgb(103,83,191); }

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