Html Css Color HEX #266C6B Elm

📋 copy color: '#266C6B'

red 38 ◦ green 108 ◦ blue 107

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

Shades of Elm #266C6B

Tints of Elm #266C6B

RGB

 RED value IS 38 (15.23% from 255) = 15.02%

 GREEN value IS 108 (42.58% from 255) = 42.69%

 BLUE value IS 107 (42.19% from 255) = 42.29%

R = 15.02%
G = 42.69%
B = 42.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#266C6B (or 0x266C6B) is known color: Elm. HEX triplet: 26, 6C and 6B. RGB value is (38,108,107). Sum of RGB (Red+Green+Blue) = 38+108+107=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #266C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C6B is #D99394. Grayscale: #565656. Windows color (decimal): -14259093 or 7040038. OLE color: 7040038.

HSL color Cylindrical-coordinate representation of color #266C6B: hue angle of 179.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C6B is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 108 107 -
CMYK 0.65 0 0.01 0.58
HSL 179.14º 0.48% 0.29% -
HSV(B) 179.14º 0.65% 0.42% -
XYZ 8.82 12.2 15.8 -
YUV 86.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 38 108 107 0.65 0 0.01 0.58 179.14 0.48 0.29
Hex 26 6C 6B 41 0 1 3A B3 30 1D
Octal 46 154 153 101 0 1 72 263 60 35
Binary 100110 1101100 1101011 1000001 0 1 111010 10110011 110000 11101

Color Harmonies of #266C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266C6B

Black with #266C6B

Text Example


Text Example

White with #266C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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