Html Css Color HEX #6B6FCE Slate Blue

📋 copy color: '#6B6FCE'

red 107 ◦ green 111 ◦ blue 206

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

Shades of Slate Blue #6B6FCE

Tints of Slate Blue #6B6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

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

R = 25.24%
G = 26.18%
B = 48.58%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B6FCE (or 0x6B6FCE) is known color: Slate Blue. HEX triplet: 6B, 6F and CE. RGB value is (107,111,206). Sum of RGB (Red+Green+Blue) = 107+111+206=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B6FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6FCE is #949031. Grayscale: #787878. Windows color (decimal): -9736242 or 13528939. OLE color: 13528939.

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

Color convert

RGB 107 111 206 -
CMYK 0.48 0.46 0 0.19
HSL 237.58º 0.5% 0.61% -
HSV(B) 237.58º 0.48% 0.81% -
XYZ 22.89 18.95 60.84 -
YUV 120.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 107 111 206 0.48 0.46 0 0.19 237.58 0.5 0.61
Hex 6B 6F CE 30 2E 0 13 EE 32 3D
Octal 153 157 316 60 56 0 23 356 62 75
Binary 1101011 1101111 11001110 110000 101110 0 10011 11101110 110010 111101

Color Harmonies of #6B6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6FCE

Black with #6B6FCE

Text Example


Text Example

White with #6B6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,111,206); }

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

background-color css

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

 a { background-color: rgb(107,111,206); }

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

border-color css

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

 span { border-color: rgb(107,111,206); }

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