Html Css Color HEX #667074 Pale Sky

📋 copy color: '#667074'

red 102 ◦ green 112 ◦ blue 116

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

Shades of Pale Sky #667074

Tints of Pale Sky #667074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 30.91%
G = 33.94%
B = 35.15%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#667074 (or 0x667074) is known color: Pale Sky. HEX triplet: 66, 70 and 74. RGB value is (102,112,116). Sum of RGB (Red+Green+Blue) = 102+112+116=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #667074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667074 is #998F8B. Grayscale: #6D6D6D. Windows color (decimal): -10063756 or 7630950. OLE color: 7630950.

HSL color Cylindrical-coordinate representation of color #667074: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #667074 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 112 116 -
CMYK 0.12 0.03 0 0.55
HSL 197.14º 0.06% 0.43% -
HSV(B) 197.14º 0.12% 0.45% -
XYZ 14.43 15.67 18.79 -
YUV 109.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 102 112 116 0.12 0.03 0 0.55 197.14 0.06 0.43
Hex 66 70 74 C 3 0 37 C5 6 2B
Octal 146 160 164 14 3 0 67 305 6 53
Binary 1100110 1110000 1110100 1100 11 0 110111 11000101 110 101011

Color Harmonies of #667074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667074

Black with #667074

Text Example


Text Example

White with #667074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667074; }

 p { color: rgb(102,112,116); }

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

background-color css

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

 a { background-color: rgb(102,112,116); }

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

border-color css

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

 span { border-color: rgb(102,112,116); }

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