Html Css Color HEX #667CA1 Slate Grey

📋 copy color: '#667CA1'

red 102 ◦ green 124 ◦ blue 161

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

Shades of Slate Grey #667CA1

Tints of Slate Grey #667CA1

RGB

 RED value IS 102 (40.23% from 255) = 26.36%

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 26.36%
G = 32.04%
B = 41.6%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#667CA1 (or 0x667CA1) is known color: Slate Grey. HEX triplet: 66, 7C and A1. RGB value is (102,124,161). Sum of RGB (Red+Green+Blue) = 102+124+161=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #667CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CA1 is #99835E. Grayscale: #797979. Windows color (decimal): -10060639 or 10583142. OLE color: 10583142.

HSL color Cylindrical-coordinate representation of color #667CA1: hue angle of 217.63º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #667CA1 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 124 161 -
CMYK 0.37 0.23 0 0.37
HSL 217.63º 0.24% 0.52% -
HSV(B) 217.63º 0.37% 0.63% -
XYZ 19.12 19.81 36.53 -
YUV 121.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 102 124 161 0.37 0.23 0 0.37 217.63 0.24 0.52
Hex 66 7C A1 25 17 0 25 DA 18 34
Octal 146 174 241 45 27 0 45 332 30 64
Binary 1100110 1111100 10100001 100101 10111 0 100101 11011010 11000 110100

Color Harmonies of #667CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667CA1

Black with #667CA1

Text Example


Text Example

White with #667CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667CA1; }

 p { color: rgb(102,124,161); }

 H1.HeaderClassName
 {
   color: #667CA1;
 }
 .AnyTagClassName
 {
   color: #667CA1;
 }
</style>

background-color css

<style>
 a { background-color: #667CA1; }

 a { background-color: rgb(102,124,161); }

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

border-color css

<style>
 span { border-color: #667CA1; }

 span { border-color: rgb(102,124,161); }

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