Html Css Color HEX #6467CF Slate Blue

📋 copy color: '#6467CF'

red 100 ◦ green 103 ◦ blue 207

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

Shades of Slate Blue #6467CF

Tints of Slate Blue #6467CF

RGB

 RED value IS 100 (39.45% from 255) = 24.39%

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

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

R = 24.39%
G = 25.12%
B = 50.49%

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

#6467CF (or 0x6467CF) is known color: Slate Blue. HEX triplet: 64, 67 and CF. RGB value is (100,103,207). Sum of RGB (Red+Green+Blue) = 100+103+207=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #6467CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6467CF is #9B9830. Grayscale: #717171. Windows color (decimal): -10197041 or 13592420. OLE color: 13592420.

HSL color Cylindrical-coordinate representation of color #6467CF: hue angle of 238.32º degrees, saturation: 0.53, 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 #6467CF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 103 207 -
CMYK 0.52 0.50 0 0.19
HSL 238.32º 0.53% 0.6% -
HSV(B) 238.32º 0.52% 0.81% -
XYZ 21.37 16.91 61.17 -
YUV 113.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 100 103 207 0.52 0.50 0 0.19 238.32 0.53 0.6
Hex 64 67 CF 34 32 0 13 EE 35 3C
Octal 144 147 317 64 62 0 23 356 65 74
Binary 1100100 1100111 11001111 110100 110010 0 10011 11101110 110101 111100

Color Harmonies of #6467CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6467CF

Black with #6467CF

Text Example


Text Example

White with #6467CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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