Html Css Color HEX #6976FF Light Slate Blue

📋 copy color: '#6976FF'

red 105 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #6976FF

Tints of Light Slate Blue #6976FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 21.97%
G = 24.69%
B = 53.35%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6976FF (or 0x6976FF) is known color: Light Slate Blue. HEX triplet: 69, 76 and FF. RGB value is (105,118,255). Sum of RGB (Red+Green+Blue) = 105+118+255=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #6976FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6976FF is #968900. Grayscale: #818181. Windows color (decimal): -9865473 or 16741993. OLE color: 16741993.

HSL color Cylindrical-coordinate representation of color #6976FF: hue angle of 234.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6976FF is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 118 255 -
CMYK 0.59 0.54 0 0
HSL 234.8º 1% 0.71% -
HSV(B) 234.8º 0.59% 1% -
XYZ 30.35 23.18 97.48 -
YUV 129.73 198.69 110.36 -
System Red Green Blue C M Y K H S L
Decimal 105 118 255 0.59 0.54 0 0 234.8 1 0.71
Hex 69 76 FF 3B 36 0 0 EB 64 47
Octal 151 166 377 73 66 0 0 353 144 107
Binary 1101001 1110110 11111111 111011 110110 0 0 11101011 1100100 1000111

Color Harmonies of #6976FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6976FF

Black with #6976FF

Text Example


Text Example

White with #6976FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6976FF; }

 p { color: rgb(105,118,255); }

 H1.HeaderClassName
 {
   color: #6976FF;
 }
 .AnyTagClassName
 {
   color: #6976FF;
 }
</style>

background-color css

<style>
 a { background-color: #6976FF; }

 a { background-color: rgb(105,118,255); }

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

border-color css

<style>
 span { border-color: #6976FF; }

 span { border-color: rgb(105,118,255); }

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