Html Css Color HEX #6E65CF Slate Blue

📋 copy color: '#6E65CF'

red 110 ◦ green 101 ◦ blue 207

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

Shades of Slate Blue #6E65CF

Tints of Slate Blue #6E65CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.16%

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

R = 26.32%
G = 24.16%
B = 49.52%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E65CF (or 0x6E65CF) is known color: Slate Blue. HEX triplet: 6E, 65 and CF. RGB value is (110,101,207). Sum of RGB (Red+Green+Blue) = 110+101+207=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E65CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65CF is #919A30. Grayscale: #737373. Windows color (decimal): -9542193 or 13591918. OLE color: 13591918.

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

Color convert

RGB 110 101 207 -
CMYK 0.47 0.51 0 0.19
HSL 245.09º 0.52% 0.6% -
HSV(B) 245.09º 0.51% 0.81% -
XYZ 22.35 17.13 61.16 -
YUV 115.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 110 101 207 0.47 0.51 0 0.19 245.09 0.52 0.6
Hex 6E 65 CF 2F 33 0 13 F5 34 3C
Octal 156 145 317 57 63 0 23 365 64 74
Binary 1101110 1100101 11001111 101111 110011 0 10011 11110101 110100 111100

Color Harmonies of #6E65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E65CF

Black with #6E65CF

Text Example


Text Example

White with #6E65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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