Html Css Color HEX #6267D1 Slate Blue

📋 copy color: '#6267D1'

red 98 ◦ green 103 ◦ blue 209

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

Shades of Slate Blue #6267D1

Tints of Slate Blue #6267D1

RGB

 RED value IS 98 (38.67% from 255) = 23.9%

 GREEN value IS 103 (40.63% from 255) = 25.12%

 BLUE value IS 209 (82.03% from 255) = 50.98%

R = 23.9%
G = 25.12%
B = 50.98%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6267D1 (or 0x6267D1) is known color: Slate Blue. HEX triplet: 62, 67 and D1. RGB value is (98,103,209). Sum of RGB (Red+Green+Blue) = 98+103+209=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #6267D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267D1 is #9D982E. Grayscale: #717171. Windows color (decimal): -10328111 or 13723490. OLE color: 13723490.

HSL color Cylindrical-coordinate representation of color #6267D1: hue angle of 237.3º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6267D1 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 103 209 -
CMYK 0.53 0.51 0 0.18
HSL 237.3º 0.55% 0.6% -
HSV(B) 237.3º 0.53% 0.82% -
XYZ 21.4 16.9 62.46 -
YUV 113.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 98 103 209 0.53 0.51 0 0.18 237.3 0.55 0.6
Hex 62 67 D1 35 33 0 12 ED 37 3C
Octal 142 147 321 65 63 0 22 355 67 74
Binary 1100010 1100111 11010001 110101 110011 0 10010 11101101 110111 111100

Color Harmonies of #6267D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6267D1

Black with #6267D1

Text Example


Text Example

White with #6267D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6267D1;
 }
 .AnyTagClassName
 {
   color: #6267D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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