Html Css Color HEX #6764BF Slate Blue

📋 copy color: '#6764BF'

red 103 ◦ green 100 ◦ blue 191

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

Shades of Slate Blue #6764BF

Tints of Slate Blue #6764BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

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

R = 26.14%
G = 25.38%
B = 48.48%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6764BF (or 0x6764BF) is known color: Slate Blue. HEX triplet: 67, 64 and BF. RGB value is (103,100,191). Sum of RGB (Red+Green+Blue) = 103+100+191=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6764BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764BF is #989B40. Grayscale: #6E6E6E. Windows color (decimal): -10001217 or 12543079. OLE color: 12543079.

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

Color convert

RGB 103 100 191 -
CMYK 0.46 0.48 0 0.25
HSL 241.98º 0.42% 0.57% -
HSV(B) 241.98º 0.48% 0.75% -
XYZ 19.55 15.76 51.3 -
YUV 111.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 103 100 191 0.46 0.48 0 0.25 241.98 0.42 0.57
Hex 67 64 BF 2E 30 0 19 F2 2A 39
Octal 147 144 277 56 60 0 31 362 52 71
Binary 1100111 1100100 10111111 101110 110000 0 11001 11110010 101010 111001

Color Harmonies of #6764BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6764BF

Black with #6764BF

Text Example


Text Example

White with #6764BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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