Html Css Color HEX #6B908D Juniper

📋 copy color: '#6B908D'

red 107 ◦ green 144 ◦ blue 141

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

Shades of Juniper #6B908D

Tints of Juniper #6B908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 27.3%
G = 36.73%
B = 35.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#6B908D (or 0x6B908D) is known color: Juniper. HEX triplet: 6B, 90 and 8D. RGB value is (107,144,141). Sum of RGB (Red+Green+Blue) = 107+144+141=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #6B908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B908D is #946F72. Grayscale: #848484. Windows color (decimal): -9727859 or 9277547. OLE color: 9277547.

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

Color convert

RGB 107 144 141 -
CMYK 0.26 0 0.02 0.44
HSL 175.14º 0.15% 0.49% -
HSV(B) 175.14º 0.26% 0.56% -
XYZ 20.84 25 28.93 -
YUV 132.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 107 144 141 0.26 0 0.02 0.44 175.14 0.15 0.49
Hex 6B 90 8D 1A 0 2 2C AF F 31
Octal 153 220 215 32 0 2 54 257 17 61
Binary 1101011 10010000 10001101 11010 0 10 101100 10101111 1111 110001

Color Harmonies of #6B908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B908D

Black with #6B908D

Text Example


Text Example

White with #6B908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,144,141); }

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

background-color css

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

 a { background-color: rgb(107,144,141); }

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

border-color css

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

 span { border-color: rgb(107,144,141); }

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