Html Css Color HEX #6761CE Slate Blue

📋 copy color: '#6761CE'

red 103 ◦ green 97 ◦ blue 206

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

Shades of Slate Blue #6761CE

Tints of Slate Blue #6761CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 25.37%
G = 23.89%
B = 50.74%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6761CE (or 0x6761CE) is known color: Slate Blue. HEX triplet: 67, 61 and CE. RGB value is (103,97,206). Sum of RGB (Red+Green+Blue) = 103+97+206=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6761CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761CE is #989E31. Grayscale: #6E6E6E. Windows color (decimal): -10001970 or 13525351. OLE color: 13525351.

HSL color Cylindrical-coordinate representation of color #6761CE: hue angle of 243.3º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6761CE is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 97 206 -
CMYK 0.50 0.53 0 0.19
HSL 243.3º 0.53% 0.59% -
HSV(B) 243.3º 0.53% 0.81% -
XYZ 21.01 15.89 60.35 -
YUV 111.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 103 97 206 0.50 0.53 0 0.19 243.3 0.53 0.59
Hex 67 61 CE 32 35 0 13 F3 35 3B
Octal 147 141 316 62 65 0 23 363 65 73
Binary 1100111 1100001 11001110 110010 110101 0 10011 11110011 110101 111011

Color Harmonies of #6761CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761CE

Black with #6761CE

Text Example


Text Example

White with #6761CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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