Html Css Color HEX #69849F Bermuda Grey

📋 copy color: '#69849F'

red 105 ◦ green 132 ◦ blue 159

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

Shades of Bermuda Grey #69849F

Tints of Bermuda Grey #69849F

RGB

 RED value IS 105 (41.41% from 255) = 26.52%

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 26.52%
G = 33.33%
B = 40.15%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69849F (or 0x69849F) is known color: Bermuda Grey. HEX triplet: 69, 84 and 9F. RGB value is (105,132,159). Sum of RGB (Red+Green+Blue) = 105+132+159=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #69849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69849F is #967B60. Grayscale: #7E7E7E. Windows color (decimal): -9861985 or 10454121. OLE color: 10454121.

HSL color Cylindrical-coordinate representation of color #69849F: hue angle of 210º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69849F is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 132 159 -
CMYK 0.34 0.17 0 0.38
HSL 210º 0.22% 0.52% -
HSV(B) 210º 0.34% 0.62% -
XYZ 20.33 22.01 35.98 -
YUV 127.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 105 132 159 0.34 0.17 0 0.38 210 0.22 0.52
Hex 69 84 9F 22 11 0 26 D2 16 34
Octal 151 204 237 42 21 0 46 322 26 64
Binary 1101001 10000100 10011111 100010 10001 0 100110 11010010 10110 110100

Color Harmonies of #69849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69849F

Black with #69849F

Text Example


Text Example

White with #69849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69849F; }

 p { color: rgb(105,132,159); }

 H1.HeaderClassName
 {
   color: #69849F;
 }
 .AnyTagClassName
 {
   color: #69849F;
 }
</style>

background-color css

<style>
 a { background-color: #69849F; }

 a { background-color: rgb(105,132,159); }

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

border-color css

<style>
 span { border-color: #69849F; }

 span { border-color: rgb(105,132,159); }

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