Html Css Color HEX #6977FE Light Slate Blue

📋 copy color: '#6977FE'

red 105 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #6977FE

Tints of Light Slate Blue #6977FE

RGB

 RED value IS 105 (41.41% from 255) = 21.97%

 GREEN value IS 119 (46.88% from 255) = 24.9%

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

R = 21.97%
G = 24.9%
B = 53.14%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6977FE (or 0x6977FE) is known color: Light Slate Blue. HEX triplet: 69, 77 and FE. RGB value is (105,119,254). Sum of RGB (Red+Green+Blue) = 105+119+254=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #6977FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977FE is #968801. Grayscale: #818181. Windows color (decimal): -9865218 or 16676713. OLE color: 16676713.

HSL color Cylindrical-coordinate representation of color #6977FE: hue angle of 234.36º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6977FE is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 119 254 -
CMYK 0.59 0.53 0 0.00
HSL 234.36º 0.99% 0.7% -
HSV(B) 234.36º 0.59% 1% -
XYZ 30.31 23.35 96.68 -
YUV 130.2 197.86 110.02 -
System Red Green Blue C M Y K H S L
Decimal 105 119 254 0.59 0.53 0 0.00 234.36 0.99 0.7
Hex 69 77 FE 3B 35 0 0 EA 63 46
Octal 151 167 376 73 65 0 0 352 143 106
Binary 1101001 1110111 11111110 111011 110101 0 0 11101010 1100011 1000110

Color Harmonies of #6977FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977FE

Black with #6977FE

Text Example


Text Example

White with #6977FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6977FE; }

 p { color: rgb(105,119,254); }

 H1.HeaderClassName
 {
   color: #6977FE;
 }
 .AnyTagClassName
 {
   color: #6977FE;
 }
</style>

background-color css

<style>
 a { background-color: #6977FE; }

 a { background-color: rgb(105,119,254); }

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

border-color css

<style>
 span { border-color: #6977FE; }

 span { border-color: rgb(105,119,254); }

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