#6F8CA5

Color #6F8CA5 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #6F8CA5

Tints of Bermuda Grey #6F8CA5

Color information

#6F8CA5 (or 0x6F8CA5) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8C and A5. RGB value is (111,140,165). Sum of RGB (Red+Green+Blue) = 111+140+165=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F8CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8CA5 is #90735A. Grayscale: #868686. Windows color (decimal): -9466715 or 10849391. OLE color: 10849391.

HSL color Cylindrical-coordinate representation of color #6F8CA5: hue angle of 207.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F8CA5 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB111140165-
CMYK0.330.1500.35
HSL207.78º23.08%54.12%-
HSV(B)207.78º32.73%64.71%-
XYZ22.7324.8539.2-
YUV134.18145.39111.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 165 (64.84% from 255) = 39.66%
R=26.68%
G=33.65%
B=39.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111401650.330.1500.35207.7823.0854.12
Hex6F8CA521F023d01736
Octal15721424541170433202766
Binary11011111000110010100101100001111101000111101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,165); }

 H1.HeaderClassName
 {
   color: #6F8CA5;
 }
 .AnyTagClassName
 {
   color: #6F8CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(111,140,165); }

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

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

 span { border-color: rgb(111,140,165); }

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