Html Css Color HEX #6B7AFF Light Slate Blue

📋 copy color: '#6B7AFF'

red 107 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #6B7AFF

Tints of Light Slate Blue #6B7AFF

RGB

 RED value IS 107 (42.19% from 255) = 22.11%

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

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

R = 22.11%
G = 25.21%
B = 52.69%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6B7AFF (or 0x6B7AFF) is known color: Light Slate Blue. HEX triplet: 6B, 7A and FF. RGB value is (107,122,255). Sum of RGB (Red+Green+Blue) = 107+122+255=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B7AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7AFF is #948500. Grayscale: #848484. Windows color (decimal): -9733377 or 16743019. OLE color: 16743019.

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

Color convert

RGB 107 122 255 -
CMYK 0.58 0.52 0 0
HSL 233.92º 1% 0.71% -
HSV(B) 233.92º 0.58% 1% -
XYZ 31.07 24.26 97.65 -
YUV 132.68 197.03 109.69 -
System Red Green Blue C M Y K H S L
Decimal 107 122 255 0.58 0.52 0 0 233.92 1 0.71
Hex 6B 7A FF 3A 34 0 0 EA 64 47
Octal 153 172 377 72 64 0 0 352 144 107
Binary 1101011 1111010 11111111 111010 110100 0 0 11101010 1100100 1000111

Color Harmonies of #6B7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7AFF

Black with #6B7AFF

Text Example


Text Example

White with #6B7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,255); }

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

background-color css

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

 a { background-color: rgb(107,122,255); }

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

border-color css

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

 span { border-color: rgb(107,122,255); }

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