Html Css Color HEX #676B6C Pale Sky

📋 copy color: '#676B6C'

red 103 ◦ green 107 ◦ blue 108

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

Shades of Pale Sky #676B6C

Tints of Pale Sky #676B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 32.39%
G = 33.65%
B = 33.96%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#676B6C (or 0x676B6C) is known color: Pale Sky. HEX triplet: 67, 6B and 6C. RGB value is (103,107,108). Sum of RGB (Red+Green+Blue) = 103+107+108=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 108 - color contains mainly: blue. Hex color #676B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B6C is #989493. Grayscale: #696969. Windows color (decimal): -9999508 or 7105383. OLE color: 7105383.

HSL color Cylindrical-coordinate representation of color #676B6C: hue angle of 192º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #676B6C is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 107 108 -
CMYK 0.05 0.01 0 0.58
HSL 192º 0.02% 0.41% -
HSV(B) 192º 0.05% 0.42% -
XYZ 13.56 14.48 16.27 -
YUV 105.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 103 107 108 0.05 0.01 0 0.58 192 0.02 0.41
Hex 67 6B 6C 5 1 0 3A C0 2 29
Octal 147 153 154 5 1 0 72 300 2 51
Binary 1100111 1101011 1101100 101 1 0 111010 11000000 10 101001

Color Harmonies of #676B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B6C

Black with #676B6C

Text Example


Text Example

White with #676B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676B6C; }

 p { color: rgb(103,107,108); }

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

background-color css

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

 a { background-color: rgb(103,107,108); }

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

border-color css

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

 span { border-color: rgb(103,107,108); }

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