Html Css Color HEX #246BA6 Lochmara

📋 copy color: '#246BA6'

red 36 ◦ green 107 ◦ blue 166

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

Shades of Lochmara #246BA6

Tints of Lochmara #246BA6

RGB

 RED value IS 36 (14.45% from 255) = 11.65%

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 166 (65.23% from 255) = 53.72%

R = 11.65%
G = 34.63%
B = 53.72%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#246BA6 (or 0x246BA6) is known color: Lochmara. HEX triplet: 24, 6B and A6. RGB value is (36,107,166). Sum of RGB (Red+Green+Blue) = 36+107+166=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #246BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA6 is #DB9459. Grayscale: #5C5C5C. Windows color (decimal): -14390362 or 10906404. OLE color: 10906404.

HSL color Cylindrical-coordinate representation of color #246BA6: hue angle of 207.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #246BA6 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 107 166 -
CMYK 0.78 0.36 0 0.35
HSL 207.23º 0.64% 0.4% -
HSV(B) 207.23º 0.78% 0.65% -
XYZ 12.87 13.64 38.03 -
YUV 92.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 36 107 166 0.78 0.36 0 0.35 207.23 0.64 0.4
Hex 24 6B A6 4E 24 0 23 CF 40 28
Octal 44 153 246 116 44 0 43 317 100 50
Binary 100100 1101011 10100110 1001110 100100 0 100011 11001111 1000000 101000

Color Harmonies of #246BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246BA6

Black with #246BA6

Text Example


Text Example

White with #246BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246BA6; }

 p { color: rgb(36,107,166); }

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

background-color css

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

 a { background-color: rgb(36,107,166); }

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

border-color css

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

 span { border-color: rgb(36,107,166); }

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