Html Css Color HEX #6C7AFB Light Slate Blue

📋 copy color: '#6C7AFB'

red 108 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #6C7AFB

Tints of Light Slate Blue #6C7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.36%

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

R = 22.45%
G = 25.36%
B = 52.18%

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

#6C7AFB (or 0x6C7AFB) is known color: Light Slate Blue. HEX triplet: 6C, 7A and FB. RGB value is (108,122,251). Sum of RGB (Red+Green+Blue) = 108+122+251=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C7AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7AFB is #938504. Grayscale: #838383. Windows color (decimal): -9667845 or 16480876. OLE color: 16480876.

HSL color Cylindrical-coordinate representation of color #6C7AFB: hue angle of 234.13º 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 #6C7AFB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 122 251 -
CMYK 0.57 0.51 0 0.02
HSL 234.13º 0.95% 0.7% -
HSV(B) 234.13º 0.57% 0.98% -
XYZ 30.56 24.07 94.3 -
YUV 132.52 194.86 110.51 -
System Red Green Blue C M Y K H S L
Decimal 108 122 251 0.57 0.51 0 0.02 234.13 0.95 0.7
Hex 6C 7A FB 39 33 0 2 EA 5F 46
Octal 154 172 373 71 63 0 2 352 137 106
Binary 1101100 1111010 11111011 111001 110011 0 10 11101010 1011111 1000110

Color Harmonies of #6C7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7AFB

Black with #6C7AFB

Text Example


Text Example

White with #6C7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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