Html Css Color HEX #6267CF Slate Blue

📋 copy color: '#6267CF'

red 98 ◦ green 103 ◦ blue 207

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

Shades of Slate Blue #6267CF

Tints of Slate Blue #6267CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 24.02%
G = 25.25%
B = 50.74%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6267CF (or 0x6267CF) is known color: Slate Blue. HEX triplet: 62, 67 and CF. RGB value is (98,103,207). Sum of RGB (Red+Green+Blue) = 98+103+207=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6267CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267CF is #9D9830. Grayscale: #707070. Windows color (decimal): -10328113 or 13592418. OLE color: 13592418.

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

Color convert

RGB 98 103 207 -
CMYK 0.53 0.50 0 0.19
HSL 237.25º 0.53% 0.6% -
HSV(B) 237.25º 0.53% 0.81% -
XYZ 21.15 16.8 61.16 -
YUV 113.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 98 103 207 0.53 0.50 0 0.19 237.25 0.53 0.6
Hex 62 67 CF 35 32 0 13 ED 35 3C
Octal 142 147 317 65 62 0 23 355 65 74
Binary 1100010 1100111 11001111 110101 110010 0 10011 11101101 110101 111100

Color Harmonies of #6267CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6267CF

Black with #6267CF

Text Example


Text Example

White with #6267CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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