Html Css Color HEX #6761DC Slate Blue

📋 copy color: '#6761DC'

red 103 ◦ green 97 ◦ blue 220

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

Shades of Slate Blue #6761DC

Tints of Slate Blue #6761DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 24.52%
G = 23.1%
B = 52.38%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6761DC (or 0x6761DC) is known color: Slate Blue. HEX triplet: 67, 61 and DC. RGB value is (103,97,220). Sum of RGB (Red+Green+Blue) = 103+97+220=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #6761DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761DC is #989E23. Grayscale: #707070. Windows color (decimal): -10001956 or 14442855. OLE color: 14442855.

HSL color Cylindrical-coordinate representation of color #6761DC: hue angle of 242.93º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6761DC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 97 220 -
CMYK 0.53 0.56 0 0.14
HSL 242.93º 0.64% 0.62% -
HSV(B) 242.93º 0.56% 0.86% -
XYZ 22.79 16.6 69.71 -
YUV 112.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 103 97 220 0.53 0.56 0 0.14 242.93 0.64 0.62
Hex 67 61 DC 35 38 0 E F3 40 3E
Octal 147 141 334 65 70 0 16 363 100 76
Binary 1100111 1100001 11011100 110101 111000 0 1110 11110011 1000000 111110

Color Harmonies of #6761DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761DC

Black with #6761DC

Text Example


Text Example

White with #6761DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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