#6A6BCB

Color #6A6BCB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6A6BCB

Tints of Slate Blue #6A6BCB

Color information

#6A6BCB (or 0x6A6BCB) is unknown color: approx Slate Blue. HEX triplet: 6A, 6B and CB. RGB value is (106,107,203). Sum of RGB (Red+Green+Blue) = 106+107+203=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A6BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6BCB is #959434. Grayscale: #757575. Windows color (decimal): -9802805 or 13331306. OLE color: 13331306.

HSL color Cylindrical-coordinate representation of color #6A6BCB: hue angle of 239.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A6BCB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB106107203-
CMYK0.480.4700.20
HSL239.38º48.26%60.59%-
HSV(B)239.38º47.78%79.61%-
XYZ21.9817.8958.79-
YUV117.64176.17119.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=25.48%
G=25.72%
B=48.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061072030.480.4700.20239.3848.2660.59
Hex6A6BCB302F014ef303d
Octal15215331360570243576075
Binary110101011010111100101111000010111101010011101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,107,203); }

 H1.HeaderClassName
 {
   color: #6A6BCB;
 }
 .AnyTagClassName
 {
   color: #6A6BCB;
 }
</style>
background-color css

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

 a { background-color: rgb(106,107,203); }

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

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

 span { border-color: rgb(106,107,203); }

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