Html Css Color HEX #6F6BCB Slate Blue

📋 copy color: '#6F6BCB'

red 111 ◦ green 107 ◦ blue 203

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

Shades of Slate Blue #6F6BCB

Tints of Slate Blue #6F6BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 26.37%
G = 25.42%
B = 48.22%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F6BCB (or 0x6F6BCB) is known color: Slate Blue. HEX triplet: 6F, 6B and CB. RGB value is (111,107,203). Sum of RGB (Red+Green+Blue) = 111+107+203=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F6BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6BCB is #909434. Grayscale: #767676. Windows color (decimal): -9475125 or 13331311. OLE color: 13331311.

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

Color convert

RGB 111 107 203 -
CMYK 0.45 0.47 0 0.20
HSL 242.5º 0.48% 0.61% -
HSV(B) 242.5º 0.47% 0.8% -
XYZ 22.59 18.21 58.82 -
YUV 119.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 111 107 203 0.45 0.47 0 0.20 242.5 0.48 0.61
Hex 6F 6B CB 2D 2F 0 14 F2 30 3D
Octal 157 153 313 55 57 0 24 362 60 75
Binary 1101111 1101011 11001011 101101 101111 0 10100 11110010 110000 111101

Color Harmonies of #6F6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6BCB

Black with #6F6BCB

Text Example


Text Example

White with #6F6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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