#6B69CD

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

Shades of Slate Blue #6B69CD

Tints of Slate Blue #6B69CD

Color information

#6B69CD (or 0x6B69CD) is unknown color: approx Slate Blue. HEX triplet: 6B, 69 and CD. RGB value is (107,105,205). Sum of RGB (Red+Green+Blue) = 107+105+205=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B69CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69CD is #949632. Grayscale: #747474. Windows color (decimal): -9737779 or 13461867. OLE color: 13461867.

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

Color convert

RGB107105205-
CMYK0.480.4900.20
HSL241.2º50%60.78%-
HSV(B)241.2º48.78%80.39%-
XYZ22.1317.6460-
YUV117177.66120.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=25.66%
G=25.18%
B=49.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071052050.480.4900.20241.25060.78
Hex6B69CD3031014f1323d
Octal15315131560610243616275
Binary110101111010011100110111000011000101010011110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,205); }

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

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

 a { background-color: rgb(107,105,205); }

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

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

 span { border-color: rgb(107,105,205); }

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