Html Css Color HEX #6761DF Slate Blue

📋 copy color: '#6761DF'

red 103 ◦ green 97 ◦ blue 223

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

Shades of Slate Blue #6761DF

Tints of Slate Blue #6761DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 24.35%
G = 22.93%
B = 52.72%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6761DF (or 0x6761DF) is known color: Slate Blue. HEX triplet: 67, 61 and DF. RGB value is (103,97,223). Sum of RGB (Red+Green+Blue) = 103+97+223=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6761DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761DF is #989E20. Grayscale: #707070. Windows color (decimal): -10001953 or 14639463. OLE color: 14639463.

HSL color Cylindrical-coordinate representation of color #6761DF: hue angle of 242.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6761DF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 97 223 -
CMYK 0.54 0.57 0 0.13
HSL 242.86º 0.66% 0.63% -
HSV(B) 242.86º 0.57% 0.87% -
XYZ 23.19 16.76 71.83 -
YUV 113.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 103 97 223 0.54 0.57 0 0.13 242.86 0.66 0.63
Hex 67 61 DF 36 39 0 D F3 42 3F
Octal 147 141 337 66 71 0 15 363 102 77
Binary 1100111 1100001 11011111 110110 111001 0 1101 11110011 1000010 111111

Color Harmonies of #6761DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761DF

Black with #6761DF

Text Example


Text Example

White with #6761DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6761DF; }

 p { color: rgb(103,97,223); }

 H1.HeaderClassName
 {
   color: #6761DF;
 }
 .AnyTagClassName
 {
   color: #6761DF;
 }
</style>

background-color css

<style>
 a { background-color: #6761DF; }

 a { background-color: rgb(103,97,223); }

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

border-color css

<style>
 span { border-color: #6761DF; }

 span { border-color: rgb(103,97,223); }

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