Html Css Color HEX #6B7BFC Light Slate Blue

📋 copy color: '#6B7BFC'

red 107 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #6B7BFC

Tints of Light Slate Blue #6B7BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 22.2%
G = 25.52%
B = 52.28%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B7BFC (or 0x6B7BFC) is known color: Light Slate Blue. HEX triplet: 6B, 7B and FC. RGB value is (107,123,252). Sum of RGB (Red+Green+Blue) = 107+123+252=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B7BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BFC is #948403. Grayscale: #848484. Windows color (decimal): -9733124 or 16546667. OLE color: 16546667.

HSL color Cylindrical-coordinate representation of color #6B7BFC: hue angle of 233.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7BFC is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 123 252 -
CMYK 0.58 0.51 0 0.01
HSL 233.38º 0.96% 0.7% -
HSV(B) 233.38º 0.58% 0.99% -
XYZ 30.72 24.32 95.17 -
YUV 132.92 195.2 109.51 -
System Red Green Blue C M Y K H S L
Decimal 107 123 252 0.58 0.51 0 0.01 233.38 0.96 0.7
Hex 6B 7B FC 3A 33 0 1 E9 60 46
Octal 153 173 374 72 63 0 1 351 140 106
Binary 1101011 1111011 11111100 111010 110011 0 1 11101001 1100000 1000110

Color Harmonies of #6B7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7BFC

Black with #6B7BFC

Text Example


Text Example

White with #6B7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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