Html Css Color HEX #6267CE Slate Blue

📋 copy color: '#6267CE'

red 98 ◦ green 103 ◦ blue 206

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

Shades of Slate Blue #6267CE

Tints of Slate Blue #6267CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 24.08%
G = 25.31%
B = 50.61%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6267CE (or 0x6267CE) is known color: Slate Blue. HEX triplet: 62, 67 and CE. RGB value is (98,103,206). Sum of RGB (Red+Green+Blue) = 98+103+206=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #6267CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267CE is #9D9831. Grayscale: #707070. Windows color (decimal): -10328114 or 13526882. OLE color: 13526882.

HSL color Cylindrical-coordinate representation of color #6267CE: hue angle of 237.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6267CE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 103 206 -
CMYK 0.52 0.50 0 0.19
HSL 237.22º 0.52% 0.6% -
HSV(B) 237.22º 0.52% 0.81% -
XYZ 21.03 16.75 60.52 -
YUV 113.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 98 103 206 0.52 0.50 0 0.19 237.22 0.52 0.6
Hex 62 67 CE 34 32 0 13 ED 34 3C
Octal 142 147 316 64 62 0 23 355 64 74
Binary 1100010 1100111 11001110 110100 110010 0 10011 11101101 110100 111100

Color Harmonies of #6267CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6267CE

Black with #6267CE

Text Example


Text Example

White with #6267CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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