Html Css Color HEX #6B6ECF Slate Blue

📋 copy color: '#6B6ECF'

red 107 ◦ green 110 ◦ blue 207

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

Shades of Slate Blue #6B6ECF

Tints of Slate Blue #6B6ECF

RGB

 RED value IS 107 (42.19% from 255) = 25.24%

 GREEN value IS 110 (43.36% from 255) = 25.94%

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

R = 25.24%
G = 25.94%
B = 48.82%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B6ECF (or 0x6B6ECF) is known color: Slate Blue. HEX triplet: 6B, 6E and CF. RGB value is (107,110,207). Sum of RGB (Red+Green+Blue) = 107+110+207=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ECF is #949130. Grayscale: #777777. Windows color (decimal): -9736497 or 13594219. OLE color: 13594219.

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

Color convert

RGB 107 110 207 -
CMYK 0.48 0.47 0 0.19
HSL 238.2º 0.51% 0.62% -
HSV(B) 238.2º 0.48% 0.81% -
XYZ 22.9 18.78 61.45 -
YUV 120.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 107 110 207 0.48 0.47 0 0.19 238.2 0.51 0.62
Hex 6B 6E CF 30 2F 0 13 EE 33 3E
Octal 153 156 317 60 57 0 23 356 63 76
Binary 1101011 1101110 11001111 110000 101111 0 10011 11101110 110011 111110

Color Harmonies of #6B6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6ECF

Black with #6B6ECF

Text Example


Text Example

White with #6B6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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