Html Css Color HEX #6466CA Slate Blue

📋 copy color: '#6466CA'

red 100 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #6466CA

Tints of Slate Blue #6466CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

 BLUE value IS 202 (79.3% from 255) = 50%

R = 24.75%
G = 25.25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6466CA (or 0x6466CA) is known color: Slate Blue. HEX triplet: 64, 66 and CA. RGB value is (100,102,202). Sum of RGB (Red+Green+Blue) = 100+102+202=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6466CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466CA is #9B9935. Grayscale: #707070. Windows color (decimal): -10197302 or 13264484. OLE color: 13264484.

HSL color Cylindrical-coordinate representation of color #6466CA: hue angle of 238.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6466CA is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 102 202 -
CMYK 0.50 0.50 0 0.21
HSL 238.82º 0.49% 0.59% -
HSV(B) 238.82º 0.5% 0.79% -
XYZ 20.67 16.48 57.97 -
YUV 112.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 100 102 202 0.50 0.50 0 0.21 238.82 0.49 0.59
Hex 64 66 CA 32 32 0 15 EF 31 3B
Octal 144 146 312 62 62 0 25 357 61 73
Binary 1100100 1100110 11001010 110010 110010 0 10101 11101111 110001 111011

Color Harmonies of #6466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466CA

Black with #6466CA

Text Example


Text Example

White with #6466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6466CA; }

 p { color: rgb(100,102,202); }

 H1.HeaderClassName
 {
   color: #6466CA;
 }
 .AnyTagClassName
 {
   color: #6466CA;
 }
</style>

background-color css

<style>
 a { background-color: #6466CA; }

 a { background-color: rgb(100,102,202); }

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

border-color css

<style>
 span { border-color: #6466CA; }

 span { border-color: rgb(100,102,202); }

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