Html Css Color HEX #667375 Pale Sky

📋 copy color: '#667375'

red 102 ◦ green 115 ◦ blue 117

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

Shades of Pale Sky #667375

Tints of Pale Sky #667375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 30.54%
G = 34.43%
B = 35.03%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#667375 (or 0x667375) is known color: Pale Sky. HEX triplet: 66, 73 and 75. RGB value is (102,115,117). Sum of RGB (Red+Green+Blue) = 102+115+117=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 117 - color contains mainly: blue. Hex color #667375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667375 is #998C8A. Grayscale: #6F6F6F. Windows color (decimal): -10062987 or 7697254. OLE color: 7697254.

HSL color Cylindrical-coordinate representation of color #667375: hue angle of 188º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667375 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 115 117 -
CMYK 0.13 0.02 0 0.54
HSL 188º 0.07% 0.43% -
HSV(B) 188º 0.13% 0.46% -
XYZ 14.82 16.37 19.21 -
YUV 111.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 102 115 117 0.13 0.02 0 0.54 188 0.07 0.43
Hex 66 73 75 D 2 0 36 BC 7 2B
Octal 146 163 165 15 2 0 66 274 7 53
Binary 1100110 1110011 1110101 1101 10 0 110110 10111100 111 101011

Color Harmonies of #667375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667375

Black with #667375

Text Example


Text Example

White with #667375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667375; }

 p { color: rgb(102,115,117); }

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

background-color css

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

 a { background-color: rgb(102,115,117); }

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

border-color css

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

 span { border-color: rgb(102,115,117); }

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