Html Css Color HEX #6E69CF Slate Blue

📋 copy color: '#6E69CF'

red 110 ◦ green 105 ◦ blue 207

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

Shades of Slate Blue #6E69CF

Tints of Slate Blue #6E69CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 26.07%
G = 24.88%
B = 49.05%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E69CF (or 0x6E69CF) is known color: Slate Blue. HEX triplet: 6E, 69 and CF. RGB value is (110,105,207). Sum of RGB (Red+Green+Blue) = 110+105+207=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E69CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69CF is #919630. Grayscale: #757575. Windows color (decimal): -9541169 or 13592942. OLE color: 13592942.

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

Color convert

RGB 110 105 207 -
CMYK 0.47 0.49 0 0.19
HSL 242.94º 0.52% 0.61% -
HSV(B) 242.94º 0.49% 0.81% -
XYZ 22.74 17.92 61.29 -
YUV 118.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 110 105 207 0.47 0.49 0 0.19 242.94 0.52 0.61
Hex 6E 69 CF 2F 31 0 13 F3 34 3D
Octal 156 151 317 57 61 0 23 363 64 75
Binary 1101110 1101001 11001111 101111 110001 0 10011 11110011 110100 111101

Color Harmonies of #6E69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E69CF

Black with #6E69CF

Text Example


Text Example

White with #6E69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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