#6267CA

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

Shades of Slate Blue #6267CA

Tints of Slate Blue #6267CA

Color information

#6267CA (or 0x6267CA) is unknown color: approx Slate Blue. HEX triplet: 62, 67 and CA. RGB value is (98,103,202). Sum of RGB (Red+Green+Blue) = 98+103+202=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #6267CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267CA is #9D9835. Grayscale: #707070. Windows color (decimal): -10328118 or 13264738. OLE color: 13264738.

HSL color Cylindrical-coordinate representation of color #6267CA: hue angle of 237.12º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6267CA is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB98103202-
CMYK0.510.4900.21
HSL237.12º49.52%58.82%-
HSV(B)237.12º51.49%79.22%-
XYZ20.5516.5657.99-
YUV112.79178.34117.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=24.32%
G=25.56%
B=50.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal981032020.510.4900.21237.1249.5258.82
Hex6267CA3331015ed323b
Octal14214731263610253556273
Binary110001011001111100101011001111000101010111101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6267CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6267CA; }

 p { color: rgb(98,103,202); }

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

<style>
 a { background-color: #6267CA; }

 a { background-color: rgb(98,103,202); }

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

<style>
 span { border-color: #6267CA; }

 span { border-color: rgb(98,103,202); }

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