Html Css Color HEX #667F98 Slate Grey

📋 copy color: '#667F98'

red 102 ◦ green 127 ◦ blue 152

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

Shades of Slate Grey #667F98

Tints of Slate Grey #667F98

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

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

R = 26.77%
G = 33.33%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#667F98 (or 0x667F98) is known color: Slate Grey. HEX triplet: 66, 7F and 98. RGB value is (102,127,152). Sum of RGB (Red+Green+Blue) = 102+127+152=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #667F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F98 is #998067. Grayscale: #7A7A7A. Windows color (decimal): -10059880 or 9994086. OLE color: 9994086.

HSL color Cylindrical-coordinate representation of color #667F98: hue angle of 210º 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 #667F98 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 127 152 -
CMYK 0.33 0.16 0 0.40
HSL 210º 0.2% 0.5% -
HSV(B) 210º 0.33% 0.6% -
XYZ 18.74 20.27 32.63 -
YUV 122.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 102 127 152 0.33 0.16 0 0.40 210 0.2 0.5
Hex 66 7F 98 21 10 0 28 D2 14 32
Octal 146 177 230 41 20 0 50 322 24 62
Binary 1100110 1111111 10011000 100001 10000 0 101000 11010010 10100 110010

Color Harmonies of #667F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F98

Black with #667F98

Text Example


Text Example

White with #667F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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