Html Css Color HEX #6761C4 Slate Blue

📋 copy color: '#6761C4'

red 103 ◦ green 97 ◦ blue 196

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

Shades of Slate Blue #6761C4

Tints of Slate Blue #6761C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.49%

R = 26.01%
G = 24.49%
B = 49.49%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6761C4 (or 0x6761C4) is known color: Slate Blue. HEX triplet: 67, 61 and C4. RGB value is (103,97,196). Sum of RGB (Red+Green+Blue) = 103+97+196=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #6761C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761C4 is #989E3B. Grayscale: #6D6D6D. Windows color (decimal): -10001980 or 12869991. OLE color: 12869991.

HSL color Cylindrical-coordinate representation of color #6761C4: hue angle of 243.64º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6761C4 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 103 97 196 -
CMYK 0.47 0.51 0 0.23
HSL 243.64º 0.46% 0.57% -
HSV(B) 243.64º 0.51% 0.77% -
XYZ 19.83 15.42 54.16 -
YUV 110.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 103 97 196 0.47 0.51 0 0.23 243.64 0.46 0.57
Hex 67 61 C4 2F 33 0 17 F4 2E 39
Octal 147 141 304 57 63 0 27 364 56 71
Binary 1100111 1100001 11000100 101111 110011 0 10111 11110100 101110 111001

Color Harmonies of #6761C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761C4

Black with #6761C4

Text Example


Text Example

White with #6761C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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