Html Css Color HEX #6F6BCD Slate Blue

📋 copy color: '#6F6BCD'

red 111 ◦ green 107 ◦ blue 205

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

Shades of Slate Blue #6F6BCD

Tints of Slate Blue #6F6BCD

RGB

 RED value IS 111 (43.75% from 255) = 26.24%

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 26.24%
G = 25.3%
B = 48.46%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F6BCD (or 0x6F6BCD) is known color: Slate Blue. HEX triplet: 6F, 6B and CD. RGB value is (111,107,205). Sum of RGB (Red+Green+Blue) = 111+107+205=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6BCD is #909432. Grayscale: #767676. Windows color (decimal): -9475123 or 13462383. OLE color: 13462383.

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

Color convert

RGB 111 107 205 -
CMYK 0.46 0.48 0 0.20
HSL 242.45º 0.49% 0.61% -
HSV(B) 242.45º 0.48% 0.8% -
XYZ 22.83 18.3 60.09 -
YUV 119.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 111 107 205 0.46 0.48 0 0.20 242.45 0.49 0.61
Hex 6F 6B CD 2E 30 0 14 F2 31 3D
Octal 157 153 315 56 60 0 24 362 61 75
Binary 1101111 1101011 11001101 101110 110000 0 10100 11110010 110001 111101

Color Harmonies of #6F6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6BCD

Black with #6F6BCD

Text Example


Text Example

White with #6F6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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