Html Css Color HEX #6B9294 Juniper

📋 copy color: '#6B9294'

red 107 ◦ green 146 ◦ blue 148

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

Shades of Juniper #6B9294

Tints of Juniper #6B9294

RGB

 RED value IS 107 (42.19% from 255) = 26.68%

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 26.68%
G = 36.41%
B = 36.91%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B9294 (or 0x6B9294) is known color: Juniper. HEX triplet: 6B, 92 and 94. RGB value is (107,146,148). Sum of RGB (Red+Green+Blue) = 107+146+148=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B9294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9294 is #946D6B. Grayscale: #868686. Windows color (decimal): -9727340 or 9736811. OLE color: 9736811.

HSL color Cylindrical-coordinate representation of color #6B9294: hue angle of 182.93º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B9294 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 146 148 -
CMYK 0.28 0.01 0 0.42
HSL 182.93º 0.16% 0.5% -
HSV(B) 182.93º 0.28% 0.58% -
XYZ 21.69 25.82 31.86 -
YUV 134.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 107 146 148 0.28 0.01 0 0.42 182.93 0.16 0.5
Hex 6B 92 94 1C 1 0 2A B7 10 32
Octal 153 222 224 34 1 0 52 267 20 62
Binary 1101011 10010010 10010100 11100 1 0 101010 10110111 10000 110010

Color Harmonies of #6B9294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9294

Black with #6B9294

Text Example


Text Example

White with #6B9294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,148); }

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

background-color css

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

 a { background-color: rgb(107,146,148); }

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

border-color css

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

 span { border-color: rgb(107,146,148); }

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