Html Css Color HEX #677074 Pale Sky

📋 copy color: '#677074'

red 103 ◦ green 112 ◦ blue 116

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

Shades of Pale Sky #677074

Tints of Pale Sky #677074

RGB

 RED value IS 103 (40.63% from 255) = 31.12%

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

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

R = 31.12%
G = 33.84%
B = 35.05%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#677074 (or 0x677074) is known color: Pale Sky. HEX triplet: 67, 70 and 74. RGB value is (103,112,116). Sum of RGB (Red+Green+Blue) = 103+112+116=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #677074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677074 is #988F8B. Grayscale: #6D6D6D. Windows color (decimal): -9998220 or 7630951. OLE color: 7630951.

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

Color convert

RGB 103 112 116 -
CMYK 0.11 0.03 0 0.55
HSL 198.46º 0.06% 0.43% -
HSV(B) 198.46º 0.11% 0.45% -
XYZ 14.54 15.73 18.79 -
YUV 109.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 103 112 116 0.11 0.03 0 0.55 198.46 0.06 0.43
Hex 67 70 74 B 3 0 37 C6 6 2B
Octal 147 160 164 13 3 0 67 306 6 53
Binary 1100111 1110000 1110100 1011 11 0 110111 11000110 110 101011

Color Harmonies of #677074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677074

Black with #677074

Text Example


Text Example

White with #677074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677074; }

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

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

background-color css

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

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

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

border-color css

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

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

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