Html Css Color HEX #6C7AFC Light Slate Blue

📋 copy color: '#6C7AFC'

red 108 ◦ green 122 ◦ blue 252

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

Shades of Light Slate Blue #6C7AFC

Tints of Light Slate Blue #6C7AFC

RGB

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

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

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

R = 22.41%
G = 25.31%
B = 52.28%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C7AFC (or 0x6C7AFC) is known color: Light Slate Blue. HEX triplet: 6C, 7A and FC. RGB value is (108,122,252). Sum of RGB (Red+Green+Blue) = 108+122+252=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 122 (48.05% from 255 or 25.31% 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 #6C7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7AFC is #938503. Grayscale: #848484. Windows color (decimal): -9667844 or 16546412. OLE color: 16546412.

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

Color convert

RGB 108 122 252 -
CMYK 0.57 0.52 0 0.01
HSL 234.17º 0.96% 0.71% -
HSV(B) 234.17º 0.57% 0.99% -
XYZ 30.71 24.14 95.14 -
YUV 132.63 195.36 110.43 -
System Red Green Blue C M Y K H S L
Decimal 108 122 252 0.57 0.52 0 0.01 234.17 0.96 0.71
Hex 6C 7A FC 39 34 0 1 EA 60 47
Octal 154 172 374 71 64 0 1 352 140 107
Binary 1101100 1111010 11111100 111001 110100 0 1 11101010 1100000 1000111

Color Harmonies of #6C7AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7AFC

Black with #6C7AFC

Text Example


Text Example

White with #6C7AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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