#6B62CC

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

Shades of Slate Blue #6B62CC

Tints of Slate Blue #6B62CC

Color information

#6B62CC (or 0x6B62CC) is unknown color: approx Slate Blue. HEX triplet: 6B, 62 and CC. RGB value is (107,98,204). Sum of RGB (Red+Green+Blue) = 107+98+204=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62CC is #949D33. Grayscale: #707070. Windows color (decimal): -9739572 or 13394539. OLE color: 13394539.

HSL color Cylindrical-coordinate representation of color #6B62CC: hue angle of 245.09º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B62CC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10798204-
CMYK0.480.5200.2
HSL245.09º50.96%59.22%-
HSV(B)245.09º51.96%80%-
XYZ21.3316.2259.13-
YUV112.78179.48123.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=26.16%
G=23.96%
B=49.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107982040.480.5200.2245.0950.9659.22
Hex6B62CC3034014f5333b
Octal15314231460640243656373
Binary110101111000101100110011000011010001010011110101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,204); }

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

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

 a { background-color: rgb(107,98,204); }

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

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

 span { border-color: rgb(107,98,204); }

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