Html Css Color HEX #6B7BFE Light Slate Blue

📋 copy color: '#6B7BFE'

red 107 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #6B7BFE

Tints of Light Slate Blue #6B7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 22.11%
G = 25.41%
B = 52.48%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B7BFE (or 0x6B7BFE) is known color: Light Slate Blue. HEX triplet: 6B, 7B and FE. RGB value is (107,123,254). Sum of RGB (Red+Green+Blue) = 107+123+254=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BFE is #948401. Grayscale: #848484. Windows color (decimal): -9733122 or 16677739. OLE color: 16677739.

HSL color Cylindrical-coordinate representation of color #6B7BFE: hue angle of 233.47º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7BFE is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 123 254 -
CMYK 0.58 0.52 0 0.00
HSL 233.47º 0.99% 0.71% -
HSV(B) 233.47º 0.58% 1% -
XYZ 31.04 24.45 96.85 -
YUV 133.15 196.2 109.35 -
System Red Green Blue C M Y K H S L
Decimal 107 123 254 0.58 0.52 0 0.00 233.47 0.99 0.71
Hex 6B 7B FE 3A 34 0 0 E9 63 47
Octal 153 173 376 72 64 0 0 351 143 107
Binary 1101011 1111011 11111110 111010 110100 0 0 11101001 1100011 1000111

Color Harmonies of #6B7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7BFE

Black with #6B7BFE

Text Example


Text Example

White with #6B7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,123,254); }

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

background-color css

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

 a { background-color: rgb(107,123,254); }

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

border-color css

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

 span { border-color: rgb(107,123,254); }

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