Html Css Color HEX #6760CE Slate Blue

📋 copy color: '#6760CE'

red 103 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #6760CE

Tints of Slate Blue #6760CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 25.43%
G = 23.7%
B = 50.86%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6760CE (or 0x6760CE) is known color: Slate Blue. HEX triplet: 67, 60 and CE. RGB value is (103,96,206). Sum of RGB (Red+Green+Blue) = 103+96+206=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #6760CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760CE is #989F31. Grayscale: #6E6E6E. Windows color (decimal): -10002226 or 13525095. OLE color: 13525095.

HSL color Cylindrical-coordinate representation of color #6760CE: hue angle of 243.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6760CE is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 96 206 -
CMYK 0.50 0.53 0 0.19
HSL 243.82º 0.53% 0.59% -
HSV(B) 243.82º 0.53% 0.81% -
XYZ 20.92 15.71 60.32 -
YUV 110.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 103 96 206 0.50 0.53 0 0.19 243.82 0.53 0.59
Hex 67 60 CE 32 35 0 13 F4 35 3B
Octal 147 140 316 62 65 0 23 364 65 73
Binary 1100111 1100000 11001110 110010 110101 0 10011 11110100 110101 111011

Color Harmonies of #6760CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6760CE

Black with #6760CE

Text Example


Text Example

White with #6760CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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