Html Css Color HEX #667A98 Slate Grey

📋 copy color: '#667A98'

red 102 ◦ green 122 ◦ blue 152

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

Shades of Slate Grey #667A98

Tints of Slate Grey #667A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 27.13%
G = 32.45%
B = 40.43%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#667A98 (or 0x667A98) is known color: Slate Grey. HEX triplet: 66, 7A and 98. RGB value is (102,122,152). Sum of RGB (Red+Green+Blue) = 102+122+152=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #667A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A98 is #998567. Grayscale: #777777. Windows color (decimal): -10061160 or 9992806. OLE color: 9992806.

HSL color Cylindrical-coordinate representation of color #667A98: hue angle of 216º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667A98 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 122 152 -
CMYK 0.33 0.20 0 0.40
HSL 216º 0.2% 0.5% -
HSV(B) 216º 0.33% 0.6% -
XYZ 18.11 19.01 32.42 -
YUV 119.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 102 122 152 0.33 0.20 0 0.40 216 0.2 0.5
Hex 66 7A 98 21 14 0 28 D8 14 32
Octal 146 172 230 41 24 0 50 330 24 62
Binary 1100110 1111010 10011000 100001 10100 0 101000 11011000 10100 110010

Color Harmonies of #667A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A98

Black with #667A98

Text Example


Text Example

White with #667A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,122,152); }

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

background-color css

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

 a { background-color: rgb(102,122,152); }

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

border-color css

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

 span { border-color: rgb(102,122,152); }

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