Html Css Color HEX #6760DA Slate Blue

📋 copy color: '#6760DA'

red 103 ◦ green 96 ◦ blue 218

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

Shades of Slate Blue #6760DA

Tints of Slate Blue #6760DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 24.7%
G = 23.02%
B = 52.28%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6760DA (or 0x6760DA) is known color: Slate Blue. HEX triplet: 67, 60 and DA. RGB value is (103,96,218). Sum of RGB (Red+Green+Blue) = 103+96+218=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #6760DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760DA is #989F25. Grayscale: #6F6F6F. Windows color (decimal): -10002214 or 14311527. OLE color: 14311527.

HSL color Cylindrical-coordinate representation of color #6760DA: hue angle of 243.44º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6760DA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 96 218 -
CMYK 0.53 0.56 0 0.15
HSL 243.44º 0.62% 0.62% -
HSV(B) 243.44º 0.56% 0.85% -
XYZ 22.43 16.31 68.3 -
YUV 112 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 103 96 218 0.53 0.56 0 0.15 243.44 0.62 0.62
Hex 67 60 DA 35 38 0 F F3 3E 3E
Octal 147 140 332 65 70 0 17 363 76 76
Binary 1100111 1100000 11011010 110101 111000 0 1111 11110011 111110 111110

Color Harmonies of #6760DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6760DA

Black with #6760DA

Text Example


Text Example

White with #6760DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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