Html Css Color HEX #6267DE Slate Blue

📋 copy color: '#6267DE'

red 98 ◦ green 103 ◦ blue 222

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

Shades of Slate Blue #6267DE

Tints of Slate Blue #6267DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 23.17%
G = 24.35%
B = 52.48%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6267DE (or 0x6267DE) is known color: Slate Blue. HEX triplet: 62, 67 and DE. RGB value is (98,103,222). Sum of RGB (Red+Green+Blue) = 98+103+222=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #6267DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267DE is #9D9821. Grayscale: #727272. Windows color (decimal): -10328098 or 14575458. OLE color: 14575458.

HSL color Cylindrical-coordinate representation of color #6267DE: hue angle of 237.58º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6267DE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 103 222 -
CMYK 0.56 0.54 0 0.13
HSL 237.58º 0.65% 0.63% -
HSV(B) 237.58º 0.56% 0.87% -
XYZ 23.07 17.57 71.28 -
YUV 115.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 98 103 222 0.56 0.54 0 0.13 237.58 0.65 0.63
Hex 62 67 DE 38 36 0 D EE 41 3F
Octal 142 147 336 70 66 0 15 356 101 77
Binary 1100010 1100111 11011110 111000 110110 0 1101 11101110 1000001 111111

Color Harmonies of #6267DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6267DE

Black with #6267DE

Text Example


Text Example

White with #6267DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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