Html Css Color HEX #6760BF Slate Blue

📋 copy color: '#6760BF'

red 103 ◦ green 96 ◦ blue 191

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

Shades of Slate Blue #6760BF

Tints of Slate Blue #6760BF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

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

R = 26.41%
G = 24.62%
B = 48.97%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6760BF (or 0x6760BF) is known color: Slate Blue. HEX triplet: 67, 60 and BF. RGB value is (103,96,191). Sum of RGB (Red+Green+Blue) = 103+96+191=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6760BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760BF is #989F40. Grayscale: #6C6C6C. Windows color (decimal): -10002241 or 12542055. OLE color: 12542055.

HSL color Cylindrical-coordinate representation of color #6760BF: hue angle of 244.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6760BF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 96 191 -
CMYK 0.46 0.50 0 0.25
HSL 244.42º 0.43% 0.56% -
HSV(B) 244.42º 0.5% 0.75% -
XYZ 19.18 15.01 51.18 -
YUV 108.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 103 96 191 0.46 0.50 0 0.25 244.42 0.43 0.56
Hex 67 60 BF 2E 32 0 19 F4 2B 38
Octal 147 140 277 56 62 0 31 364 53 70
Binary 1100111 1100000 10111111 101110 110010 0 11001 11110100 101011 111000

Color Harmonies of #6760BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6760BF

Black with #6760BF

Text Example


Text Example

White with #6760BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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