Html Css Color HEX #6C7BFB Light Slate Blue

📋 copy color: '#6C7BFB'

red 108 ◦ green 123 ◦ blue 251

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

Shades of Light Slate Blue #6C7BFB

Tints of Light Slate Blue #6C7BFB

RGB

 RED value IS 108 (42.58% from 255) = 22.41%

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

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 22.41%
G = 25.52%
B = 52.07%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C7BFB (or 0x6C7BFB) is known color: Light Slate Blue. HEX triplet: 6C, 7B and FB. RGB value is (108,123,251). Sum of RGB (Red+Green+Blue) = 108+123+251=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C7BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7BFB is #938404. Grayscale: #848484. Windows color (decimal): -9667589 or 16481132. OLE color: 16481132.

HSL color Cylindrical-coordinate representation of color #6C7BFB: hue angle of 233.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7BFB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 123 251 -
CMYK 0.57 0.51 0 0.02
HSL 233.71º 0.95% 0.7% -
HSV(B) 233.71º 0.57% 0.98% -
XYZ 30.68 24.32 94.34 -
YUV 133.11 194.53 110.09 -
System Red Green Blue C M Y K H S L
Decimal 108 123 251 0.57 0.51 0 0.02 233.71 0.95 0.7
Hex 6C 7B FB 39 33 0 2 EA 5F 46
Octal 154 173 373 71 63 0 2 352 137 106
Binary 1101100 1111011 11111011 111001 110011 0 10 11101010 1011111 1000110

Color Harmonies of #6C7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BFB

Black with #6C7BFB

Text Example


Text Example

White with #6C7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,123,251); }

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

background-color css

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

 a { background-color: rgb(108,123,251); }

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

border-color css

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

 span { border-color: rgb(108,123,251); }

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