Html Css Color HEX #6C7274 Pale Sky

📋 copy color: '#6C7274'

red 108 ◦ green 114 ◦ blue 116

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

Shades of Pale Sky #6C7274

Tints of Pale Sky #6C7274

RGB

 RED value IS 108 (42.58% from 255) = 31.95%

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 31.95%
G = 33.73%
B = 34.32%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C7274 (or 0x6C7274) is known color: Pale Sky. HEX triplet: 6C, 72 and 74. RGB value is (108,114,116). Sum of RGB (Red+Green+Blue) = 108+114+116=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C7274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7274 is #938D8B. Grayscale: #707070. Windows color (decimal): -9670028 or 7631468. OLE color: 7631468.

HSL color Cylindrical-coordinate representation of color #6C7274: hue angle of 195º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6C7274 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 114 116 -
CMYK 0.07 0.02 0 0.55
HSL 195º 0.04% 0.44% -
HSV(B) 195º 0.07% 0.45% -
XYZ 15.35 16.48 18.9 -
YUV 112.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 108 114 116 0.07 0.02 0 0.55 195 0.04 0.44
Hex 6C 72 74 7 2 0 37 C3 4 2C
Octal 154 162 164 7 2 0 67 303 4 54
Binary 1101100 1110010 1110100 111 10 0 110111 11000011 100 101100

Color Harmonies of #6C7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7274

Black with #6C7274

Text Example


Text Example

White with #6C7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7274; }

 p { color: rgb(108,114,116); }

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

background-color css

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

 a { background-color: rgb(108,114,116); }

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

border-color css

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

 span { border-color: rgb(108,114,116); }

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