Html Css Color HEX #6761C2 Slate Blue

📋 copy color: '#6761C2'

red 103 ◦ green 97 ◦ blue 194

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

Shades of Slate Blue #6761C2

Tints of Slate Blue #6761C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.24%

R = 26.14%
G = 24.62%
B = 49.24%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6761C2 (or 0x6761C2) is known color: Slate Blue. HEX triplet: 67, 61 and C2. RGB value is (103,97,194). Sum of RGB (Red+Green+Blue) = 103+97+194=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #6761C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761C2 is #989E3D. Grayscale: #6D6D6D. Windows color (decimal): -10001982 or 12738919. OLE color: 12738919.

HSL color Cylindrical-coordinate representation of color #6761C2: hue angle of 243.71º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6761C2 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 103 97 194 -
CMYK 0.47 0.50 0 0.24
HSL 243.71º 0.44% 0.57% -
HSV(B) 243.71º 0.5% 0.76% -
XYZ 19.61 15.33 52.96 -
YUV 109.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 103 97 194 0.47 0.50 0 0.24 243.71 0.44 0.57
Hex 67 61 C2 2F 32 0 18 F4 2C 39
Octal 147 141 302 57 62 0 30 364 54 71
Binary 1100111 1100001 11000010 101111 110010 0 11000 11110100 101100 111001

Color Harmonies of #6761C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761C2

Black with #6761C2

Text Example


Text Example

White with #6761C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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