Html Css Color HEX #6E71CF Slate Blue

📋 copy color: '#6E71CF'

red 110 ◦ green 113 ◦ blue 207

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

Shades of Slate Blue #6E71CF

Tints of Slate Blue #6E71CF

RGB

 RED value IS 110 (43.36% from 255) = 25.58%

 GREEN value IS 113 (44.53% from 255) = 26.28%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 25.58%
G = 26.28%
B = 48.14%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E71CF (or 0x6E71CF) is known color: Slate Blue. HEX triplet: 6E, 71 and CF. RGB value is (110,113,207). Sum of RGB (Red+Green+Blue) = 110+113+207=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E71CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E71CF is #918E30. Grayscale: #7A7A7A. Windows color (decimal): -9539121 or 13594990. OLE color: 13594990.

HSL color Cylindrical-coordinate representation of color #6E71CF: hue angle of 238.14º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E71CF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 113 207 -
CMYK 0.47 0.45 0 0.19
HSL 238.14º 0.5% 0.62% -
HSV(B) 238.14º 0.47% 0.81% -
XYZ 23.6 19.63 61.58 -
YUV 122.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 110 113 207 0.47 0.45 0 0.19 238.14 0.5 0.62
Hex 6E 71 CF 2F 2D 0 13 EE 32 3E
Octal 156 161 317 57 55 0 23 356 62 76
Binary 1101110 1110001 11001111 101111 101101 0 10011 11101110 110010 111110

Color Harmonies of #6E71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E71CF

Black with #6E71CF

Text Example


Text Example

White with #6E71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E71CF; }

 p { color: rgb(110,113,207); }

 H1.HeaderClassName
 {
   color: #6E71CF;
 }
 .AnyTagClassName
 {
   color: #6E71CF;
 }
</style>

background-color css

<style>
 a { background-color: #6E71CF; }

 a { background-color: rgb(110,113,207); }

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

border-color css

<style>
 span { border-color: #6E71CF; }

 span { border-color: rgb(110,113,207); }

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