Html Css Color HEX #667075 Pale Sky

📋 copy color: '#667075'

red 102 ◦ green 112 ◦ blue 117

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

Shades of Pale Sky #667075

Tints of Pale Sky #667075

RGB

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

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

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

R = 30.82%
G = 33.84%
B = 35.35%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#667075 (or 0x667075) is known color: Pale Sky. HEX triplet: 66, 70 and 75. RGB value is (102,112,117). Sum of RGB (Red+Green+Blue) = 102+112+117=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #667075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667075 is #998F8A. Grayscale: #6D6D6D. Windows color (decimal): -10063755 or 7696486. OLE color: 7696486.

HSL color Cylindrical-coordinate representation of color #667075: hue angle of 200º 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 #667075 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 112 117 -
CMYK 0.13 0.04 0 0.54
HSL 200º 0.07% 0.43% -
HSV(B) 200º 0.13% 0.46% -
XYZ 14.48 15.7 19.1 -
YUV 109.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 102 112 117 0.13 0.04 0 0.54 200 0.07 0.43
Hex 66 70 75 D 4 0 36 C8 7 2B
Octal 146 160 165 15 4 0 66 310 7 53
Binary 1100110 1110000 1110101 1101 100 0 110110 11001000 111 101011

Color Harmonies of #667075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667075

Black with #667075

Text Example


Text Example

White with #667075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667075; }

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

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

background-color css

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

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

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

border-color css

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

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

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