Html Css Color HEX #6C907E Patina

📋 copy color: '#6C907E'

red 108 ◦ green 144 ◦ blue 126

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

Shades of Patina #6C907E

Tints of Patina #6C907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 28.57%
G = 38.1%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#6C907E (or 0x6C907E) is known color: Patina. HEX triplet: 6C, 90 and 7E. RGB value is (108,144,126). Sum of RGB (Red+Green+Blue) = 108+144+126=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #6C907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C907E is #936F81. Grayscale: #838383. Windows color (decimal): -9662338 or 8294508. OLE color: 8294508.

HSL color Cylindrical-coordinate representation of color #6C907E: hue angle of 150º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C907E is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 126 -
CMYK 0.25 0 0.12 0.44
HSL 150º 0.14% 0.49% -
HSV(B) 150º 0.25% 0.56% -
XYZ 19.92 24.64 23.44 -
YUV 131.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 108 144 126 0.25 0 0.12 0.44 150 0.14 0.49
Hex 6C 90 7E 19 0 C 2C 96 E 31
Octal 154 220 176 31 0 14 54 226 16 61
Binary 1101100 10010000 1111110 11001 0 1100 101100 10010110 1110 110001

Color Harmonies of #6C907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C907E

Black with #6C907E

Text Example


Text Example

White with #6C907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,144,126); }

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

background-color css

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

 a { background-color: rgb(108,144,126); }

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

border-color css

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

 span { border-color: rgb(108,144,126); }

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